#690C66

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

Shades of Palatinate Purple #690C66

Tints of Palatinate Purple #690C66

Color information

#690C66 (or 0x690C66) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0C and 66. RGB value is (105,12,102). Sum of RGB (Red+Green+Blue) = 105+12+102=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #690C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C66 is #96F399. Grayscale: #313131. Windows color (decimal): -9892762 or 6687849. OLE color: 6687849.

HSL color Cylindrical-coordinate representation of color #690C66: hue angle of 301.94º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C66 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10512102-
CMYK00.890.030.59
HSL301.94º79.49%22.94%-
HSV(B)301.94º88.57%41.18%-
XYZ8.364.2312.95-
YUV50.07157.31167.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=47.95%
G=5.48%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051210200.890.030.59301.9479.4922.94
Hex69C6605933B12e4f17
Octal15114146013137345611727
Binary1101001110011001100101100111111011100101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690C66; }

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

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

<style>
 a { background-color: #690C66; }

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

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

<style>
 span { border-color: #690C66; }

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

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