#66105A

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

Shades of Palatinate Purple #66105A

Tints of Palatinate Purple #66105A

Color information

#66105A (or 0x66105A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 5A. RGB value is (102,16,90). Sum of RGB (Red+Green+Blue) = 102+16+90=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #66105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66105A is #99EFA5. Grayscale: #313131. Windows color (decimal): -10088358 or 5902438. OLE color: 5902438.

HSL color Cylindrical-coordinate representation of color #66105A: hue angle of 308.37º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66105A is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1021690-
CMYK00.840.120.6
HSL308.37º72.88%23.14%-
HSV(B)308.37º84.31%40%-
XYZ7.513.9310.04-
YUV50.15150.49164.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=49.04%
G=7.69%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102169000.840.120.6308.3772.8823.14
Hex66105A054C3C1344917
Octal146201320124147446411127
Binary1100110100001011010010101001100111100100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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