#66145A

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

Shades of Palatinate Purple #66145A

Tints of Palatinate Purple #66145A

Color information

#66145A (or 0x66145A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 14 and 5A. RGB value is (102,20,90). Sum of RGB (Red+Green+Blue) = 102+20+90=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66145A is #99EBA5. Grayscale: #343434. Windows color (decimal): -10087334 or 5903462. OLE color: 5903462.

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

Color convert

RGB1022090-
CMYK00.800.120.6
HSL308.78º67.21%23.92%-
HSV(B)308.78º80.39%40%-
XYZ7.584.0610.06-
YUV52.5149.17163.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=48.11%
G=9.43%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102209000.800.120.6308.7867.2123.92
Hex66145A050C3C1354318
Octal146241320120147446510330
Binary1100110101001011010010100001100111100100110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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