#690D68

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

Shades of Palatinate Purple #690D68

Tints of Palatinate Purple #690D68

Color information

#690D68 (or 0x690D68) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0D and 68. RGB value is (105,13,104). Sum of RGB (Red+Green+Blue) = 105+13+104=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #690D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D68 is #96F297. Grayscale: #323232. Windows color (decimal): -9892504 or 6819177. OLE color: 6819177.

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

Color convert

RGB10513104-
CMYK00.880.010.59
HSL300.65º77.97%23.14%-
HSV(B)300.65º87.62%41.18%-
XYZ8.474.2913.48-
YUV50.88157.98166.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=47.30%
G=5.86%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051310400.880.010.59300.6577.9723.14
Hex69D6805813B12d4e17
Octal15115150013017345511627
Binary110100111011101000010110001111011100101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,13,104); }

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

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

 a { background-color: rgb(105,13,104); }

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

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

 span { border-color: rgb(105,13,104); }

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