#66345C

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

Shades of Palatinate Purple #66345C

Tints of Palatinate Purple #66345C

Color information

#66345C (or 0x66345C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 34 and 5C. RGB value is (102,52,92). Sum of RGB (Red+Green+Blue) = 102+52+92=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66345C is #99CBA3. Grayscale: #474747. Windows color (decimal): -10079140 or 6042726. OLE color: 6042726.

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

Color convert

RGB1025292-
CMYK00.490.100.6
HSL312º32.47%30.2%-
HSV(B)312º49.02%40%-
XYZ8.646.0510.84-
YUV71.51139.56149.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=41.46%
G=21.14%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102529200.490.100.631232.4730.2
Hex66345C031A3C138201e
Octal1466413406112744704036
Binary110011011010010111000110001101011110010011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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