#690C59

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

Shades of Palatinate Purple #690C59

Tints of Palatinate Purple #690C59

Color information

#690C59 (or 0x690C59) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0C and 59. RGB value is (105,12,89). Sum of RGB (Red+Green+Blue) = 105+12+89=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C59 is #96F3A6. Grayscale: #303030. Windows color (decimal): -9892775 or 5835881. OLE color: 5835881.

HSL color Cylindrical-coordinate representation of color #690C59: hue angle of 310.32º 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 #690C59 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1051289-
CMYK00.890.150.59
HSL310.32º79.49%22.94%-
HSV(B)310.32º88.57%41.18%-
XYZ7.763.999.81-
YUV48.58150.81168.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=50.97%
G=5.83%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105128900.890.150.59310.3279.4922.94
Hex69C59059F3B1364f17
Octal151141310131177346611727
Binary110100111001011001010110011111111011100110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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