#66145F

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

Shades of Palatinate Purple #66145F

Tints of Palatinate Purple #66145F

Color information

#66145F (or 0x66145F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 14 and 5F. RGB value is (102,20,95). Sum of RGB (Red+Green+Blue) = 102+20+95=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66145F is #99EBA0. Grayscale: #343434. Windows color (decimal): -10087329 or 6231142. OLE color: 6231142.

HSL color Cylindrical-coordinate representation of color #66145F: hue angle of 305.12º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66145F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1022095-
CMYK00.800.070.6
HSL305.12º67.21%23.92%-
HSV(B)305.12º80.39%40%-
XYZ7.84.1511.22-
YUV53.07151.67162.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=47.00%
G=9.22%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102209500.800.070.6305.1267.2123.92
Hex66145F05073C1314318
Octal14624137012077446110330
Binary110011010100101111101010000111111100100110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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