Html Css Color HEX #66335B Palatinate Purple

📋 copy color: '#66335B'

red 102 ◦ green 51 ◦ blue 91

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

Shades of Palatinate Purple #66335B

Tints of Palatinate Purple #66335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 41.8%
G = 20.9%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66335B (or 0x66335B) is known color: Palatinate Purple. HEX triplet: 66, 33 and 5B. RGB value is (102,51,91). Sum of RGB (Red+Green+Blue) = 102+51+91=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335B is #99CCA4. Grayscale: #464646. Windows color (decimal): -10079397 or 5976934. OLE color: 5976934.

HSL color Cylindrical-coordinate representation of color #66335B: hue angle of 312.94º 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 #66335B is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 91 -
CMYK 0 0.5 0.11 0.6
HSL 312.94º 0.33% 0.3% -
HSV(B) 312.94º 0.5% 0.4% -
XYZ 8.55 5.95 10.59 -
YUV 70.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 102 51 91 0 0.5 0.11 0.6 312.94 0.33 0.3
Hex 66 33 5B 0 32 B 3C 139 21 1E
Octal 146 63 133 0 62 13 74 471 41 36
Binary 1100110 110011 1011011 0 110010 1011 111100 100111001 100001 11110

Color Harmonies of #66335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66335B

Black with #66335B

Text Example


Text Example

White with #66335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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