#66355C

Color #66355C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #66355C

Tints of Palatinate Purple #66355C

Color information

#66355C (or 0x66355C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 35 and 5C. RGB value is (102,53,92). Sum of RGB (Red+Green+Blue) = 102+53+92=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66355C is #99CAA3. Grayscale: #474747. Windows color (decimal): -10078884 or 6042982. OLE color: 6042982.

HSL color Cylindrical-coordinate representation of color #66355C: hue angle of 312.24º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66355C is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1025392-
CMYK00.480.100.6
HSL312.24º31.61%30.39%-
HSV(B)312.24º48.04%40%-
XYZ8.686.1410.85-
YUV72.1139.23149.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=41.30%
G=21.46%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102539200.480.100.6312.2431.6130.39
Hex66355C030A3C138201e
Octal1466513406012744704036
Binary110011011010110111000110000101011110010011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66355C;
 }
 .AnyTagClassName
 {
   color: #66355C;
 }
</style>
background-color css

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

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

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

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

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

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