Html Css Color HEX #66335E Palatinate Purple

📋 copy color: '#66335E'

red 102 ◦ green 51 ◦ blue 94

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

Shades of Palatinate Purple #66335E

Tints of Palatinate Purple #66335E

RGB

 RED value IS 102 (40.23% from 255) = 41.3%

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 41.3%
G = 20.65%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66335E (or 0x66335E) is known color: Palatinate Purple. HEX triplet: 66, 33 and 5E. RGB value is (102,51,94). Sum of RGB (Red+Green+Blue) = 102+51+94=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335E is #99CCA1. Grayscale: #474747. Windows color (decimal): -10079394 or 6173542. OLE color: 6173542.

HSL color Cylindrical-coordinate representation of color #66335E: hue angle of 309.41º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66335E is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 94 -
CMYK 0 0.5 0.08 0.6
HSL 309.41º 0.33% 0.3% -
HSV(B) 309.41º 0.5% 0.4% -
XYZ 8.68 6 11.29 -
YUV 71.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 102 51 94 0 0.5 0.08 0.6 309.41 0.33 0.3
Hex 66 33 5E 0 32 8 3C 135 21 1E
Octal 146 63 136 0 62 10 74 465 41 36
Binary 1100110 110011 1011110 0 110010 1000 111100 100110101 100001 11110

Color Harmonies of #66335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66335E

Black with #66335E

Text Example


Text Example

White with #66335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66335E; }

 p { color: rgb(102,51,94); }

 H1.HeaderClassName
 {
   color: #66335E;
 }
 .AnyTagClassName
 {
   color: #66335E;
 }
</style>

background-color css

<style>
 a { background-color: #66335E; }

 a { background-color: rgb(102,51,94); }

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

border-color css

<style>
 span { border-color: #66335E; }

 span { border-color: rgb(102,51,94); }

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