#690859

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

Shades of Palatinate Purple #690859

Tints of Palatinate Purple #690859

Color information

#690859 (or 0x690859) is unknown color: approx Palatinate Purple. HEX triplet: 69, 08 and 59. RGB value is (105,8,89). Sum of RGB (Red+Green+Blue) = 105+8+89=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #690859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690859 is #96F7A6. Grayscale: #2E2E2E. Windows color (decimal): -9893799 or 5834857. OLE color: 5834857.

HSL color Cylindrical-coordinate representation of color #690859: hue angle of 309.9º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690859 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB105889-
CMYK00.920.150.59
HSL309.9º85.84%22.16%-
HSV(B)309.9º92.38%41.18%-
XYZ7.723.99.8-
YUV46.24152.14169.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.98%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=51.98%
G=3.96%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10588900.920.150.59309.985.8422.16
Hex6985905CF3B1365616
Octal151101310134177346612626
Binary110100110001011001010111001111111011100110110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690859; }

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

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

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

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

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

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

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

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