#66345B

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

Shades of Palatinate Purple #66345B

Tints of Palatinate Purple #66345B

Color information

#66345B (or 0x66345B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 34 and 5B. RGB value is (102,52,91). Sum of RGB (Red+Green+Blue) = 102+52+91=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66345B is #99CBA4. Grayscale: #474747. Windows color (decimal): -10079141 or 5977190. OLE color: 5977190.

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

Color convert

RGB1025291-
CMYK00.490.110.6
HSL313.2º32.47%30.2%-
HSV(B)313.2º49.02%40%-
XYZ8.66.0410.61-
YUV71.4139.06149.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=41.63%
G=21.22%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102529100.490.110.6313.232.4730.2
Hex66345B031B3C139201e
Octal1466413306113744714036
Binary110011011010010110110110001101111110010011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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