#66335A

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

Shades of Palatinate Purple #66335A

Tints of Palatinate Purple #66335A

Color information

#66335A (or 0x66335A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 5A. RGB value is (102,51,90). Sum of RGB (Red+Green+Blue) = 102+51+90=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335A is #99CCA5. Grayscale: #464646. Windows color (decimal): -10079398 or 5911398. OLE color: 5911398.

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

Color convert

RGB1025190-
CMYK00.50.120.6
HSL314.12º33.33%30%-
HSV(B)314.12º50%40%-
XYZ8.515.9310.37-
YUV70.69138.9150.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=41.98%
G=20.99%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102519000.50.120.6314.1233.3330
Hex66335A032C3C13a211e
Octal1466313206214744724136
Binary110011011001110110100110010110011110010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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