#66335F

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

Shades of Palatinate Purple #66335F

Tints of Palatinate Purple #66335F

Color information

#66335F (or 0x66335F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 5F. RGB value is (102,51,95). Sum of RGB (Red+Green+Blue) = 102+51+95=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66335F is #99CCA0. Grayscale: #474747. Windows color (decimal): -10079393 or 6239078. OLE color: 6239078.

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

Color convert

RGB1025195-
CMYK00.50.070.6
HSL308.24º33.33%30%-
HSV(B)308.24º50%40%-
XYZ8.736.0211.53-
YUV71.26141.4149.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=41.13%
G=20.56%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102519500.50.070.6308.2433.3330
Hex66335F03273C134211e
Octal146631370627744644136
Binary11001101100111011111011001011111110010011010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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