#66345F

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

Shades of Palatinate Purple #66345F

Tints of Palatinate Purple #66345F

Color information

#66345F (or 0x66345F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 34 and 5F. RGB value is (102,52,95). Sum of RGB (Red+Green+Blue) = 102+52+95=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66345F is #99CBA0. Grayscale: #474747. Windows color (decimal): -10079137 or 6239334. OLE color: 6239334.

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

Color convert

RGB1025295-
CMYK00.490.070.6
HSL308.4º32.47%30.2%-
HSV(B)308.4º49.02%40%-
XYZ8.776.1111.54-
YUV71.85141.06149.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=40.96%
G=20.88%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102529500.490.070.6308.432.4730.2
Hex66345F03173C134201e
Octal146641370617744644036
Binary11001101101001011111011000111111110010011010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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