#690861

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

Shades of Palatinate Purple #690861

Tints of Palatinate Purple #690861

Color information

#690861 (or 0x690861) is unknown color: approx Palatinate Purple. HEX triplet: 69, 08 and 61. RGB value is (105,8,97). Sum of RGB (Red+Green+Blue) = 105+8+97=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690861 is #96F79E. Grayscale: #2E2E2E. Windows color (decimal): -9893791 or 6359145. OLE color: 6359145.

HSL color Cylindrical-coordinate representation of color #690861: hue angle of 304.95º 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 #690861 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB105897-
CMYK00.920.080.59
HSL304.95º85.84%22.16%-
HSV(B)304.95º92.38%41.18%-
XYZ8.074.0411.66-
YUV47.15156.14169.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=50%
G=3.81%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10589700.920.080.59304.9585.8422.16
Hex6986105C83B1315616
Octal151101410134107346112626
Binary110100110001100001010111001000111011100110001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690861; }

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

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

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

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

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

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

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

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