#660B69

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

Shades of Palatinate Purple #660B69

Tints of Palatinate Purple #660B69

Color information

#660B69 (or 0x660B69) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0B and 69. RGB value is (102,11,105). Sum of RGB (Red+Green+Blue) = 102+11+105=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #660B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B69 is #99F496. Grayscale: #303030. Windows color (decimal): -10089623 or 6884198. OLE color: 6884198.

HSL color Cylindrical-coordinate representation of color #660B69: hue angle of 298.09º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660B69 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10211105-
CMYK0.030.9000.59
HSL298.09º81.03%22.75%-
HSV(B)298.09º89.52%41.18%-
XYZ8.154.0813.72-
YUV48.92159.65165.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=46.79%
G=5.05%
B=48.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102111050.030.9000.59298.0981.0322.75
Hex66B6935A03B12a5117
Octal14613151313207345212127
Binary1100110101111010011110110100111011100101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B69; }

 p { color: rgb(102,11,105); }

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

<style>
 a { background-color: #660B69; }

 a { background-color: rgb(102,11,105); }

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

<style>
 span { border-color: #660B69; }

 span { border-color: rgb(102,11,105); }

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