#66345A

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

Shades of Palatinate Purple #66345A

Tints of Palatinate Purple #66345A

Color information

#66345A (or 0x66345A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 34 and 5A. RGB value is (102,52,90). Sum of RGB (Red+Green+Blue) = 102+52+90=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66345A is #99CBA5. Grayscale: #474747. Windows color (decimal): -10079142 or 5911654. OLE color: 5911654.

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

Color convert

RGB1025290-
CMYK00.490.120.6
HSL314.4º32.47%30.2%-
HSV(B)314.4º49.02%40%-
XYZ8.556.0210.38-
YUV71.28138.56149.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=41.80%
G=21.31%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102529000.490.120.6314.432.4730.2
Hex66345A031C3C13a201e
Octal1466413206114744724036
Binary110011011010010110100110001110011110010011101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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