#690960

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

Shades of Palatinate Purple #690960

Tints of Palatinate Purple #690960

Color information

#690960 (or 0x690960) is unknown color: approx Palatinate Purple. HEX triplet: 69, 09 and 60. RGB value is (105,9,96). Sum of RGB (Red+Green+Blue) = 105+9+96=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690960 is #96F69F. Grayscale: #2F2F2F. Windows color (decimal): -9893536 or 6293865. OLE color: 6293865.

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

Color convert

RGB105996-
CMYK00.910.090.59
HSL305.62º84.21%22.35%-
HSV(B)305.62º91.43%41.18%-
XYZ8.034.0411.42-
YUV47.62155.3168.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=50%
G=4.29%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10599600.910.090.59305.6284.2122.35
Hex6996005B93B1325416
Octal151111400133117346212426
Binary110100110011100000010110111001111011100110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690960; }

 p { color: rgb(105,9,96); }

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

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

 a { background-color: rgb(105,9,96); }

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

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

 span { border-color: rgb(105,9,96); }

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