#66335D

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

Shades of Palatinate Purple #66335D

Tints of Palatinate Purple #66335D

Color information

#66335D (or 0x66335D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 5D. RGB value is (102,51,93). Sum of RGB (Red+Green+Blue) = 102+51+93=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335D is #99CCA2. Grayscale: #464646. Windows color (decimal): -10079395 or 6108006. OLE color: 6108006.

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

Color convert

RGB1025193-
CMYK00.50.090.6
HSL310.59º33.33%30%-
HSV(B)310.59º50%40%-
XYZ8.645.9811.06-
YUV71.04140.4150.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=41.46%
G=20.73%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102519300.50.090.6310.5933.3330
Hex66335D03293C137211e
Octal1466313506211744674136
Binary110011011001110111010110010100111110010011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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