Html Css Color HEX #65235D Palatinate Purple

📋 copy color: '#65235D'

red 101 ◦ green 35 ◦ blue 93

#65235D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #65235D

Tints of Palatinate Purple #65235D

RGB

 RED value IS 101 (39.84% from 255) = 44.1%

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 44.1%
G = 15.28%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65235D (or 0x65235D) is known color: Palatinate Purple. HEX triplet: 65, 23 and 5D. RGB value is (101,35,93). Sum of RGB (Red+Green+Blue) = 101+35+93=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65235D is #9ADCA2. Grayscale: #3D3D3D. Windows color (decimal): -10149027 or 6103909. OLE color: 6103909.

HSL color Cylindrical-coordinate representation of color #65235D: hue angle of 307.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65235D is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 35 93 -
CMYK 0 0.65 0.08 0.60
HSL 307.27º 0.49% 0.27% -
HSV(B) 307.27º 0.65% 0.4% -
XYZ 7.94 4.76 10.86 -
YUV 61.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 101 35 93 0 0.65 0.08 0.60 307.27 0.49 0.27
Hex 65 23 5D 0 41 8 3C 133 31 1B
Octal 145 43 135 0 101 10 74 463 61 33
Binary 1100101 100011 1011101 0 1000001 1000 111100 100110011 110001 11011

Color Harmonies of #65235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65235D

Black with #65235D

Text Example


Text Example

White with #65235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65235D; }

 p { color: rgb(101,35,93); }

 H1.HeaderClassName
 {
   color: #65235D;
 }
 .AnyTagClassName
 {
   color: #65235D;
 }
</style>

background-color css

<style>
 a { background-color: #65235D; }

 a { background-color: rgb(101,35,93); }

 div.DivClassName
 {
   background-color: #65235D;
 }
 .BgClassName
 {
   background-color: #65235D;
 }
</style>

border-color css

<style>
 span { border-color: #65235D; }

 span { border-color: rgb(101,35,93); }

 td.TdClassName
 {
   border-color: #65235D;
 }
 .TagClassName
 {
   border-color: #65235D;
 }
</style>