Html Css Color HEX #66335C Palatinate Purple

📋 copy color: '#66335C'

red 102 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #66335C

Tints of Palatinate Purple #66335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 41.63%
G = 20.82%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66335C (or 0x66335C) is known color: Palatinate Purple. HEX triplet: 66, 33 and 5C. RGB value is (102,51,92). Sum of RGB (Red+Green+Blue) = 102+51+92=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335C is #99CCA3. Grayscale: #464646. Windows color (decimal): -10079396 or 6042470. OLE color: 6042470.

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

Color convert

RGB 102 51 92 -
CMYK 0 0.5 0.10 0.6
HSL 311.76º 0.33% 0.3% -
HSV(B) 311.76º 0.5% 0.4% -
XYZ 8.6 5.97 10.82 -
YUV 70.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 102 51 92 0 0.5 0.10 0.6 311.76 0.33 0.3
Hex 66 33 5C 0 32 A 3C 138 21 1E
Octal 146 63 134 0 62 12 74 470 41 36
Binary 1100110 110011 1011100 0 110010 1010 111100 100111000 100001 11110

Color Harmonies of #66335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66335C

Black with #66335C

Text Example


Text Example

White with #66335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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