#690562

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

Shades of Palatinate Purple #690562

Tints of Palatinate Purple #690562

Color information

#690562 (or 0x690562) is unknown color: approx Palatinate Purple. HEX triplet: 69, 05 and 62. RGB value is (105,5,98). Sum of RGB (Red+Green+Blue) = 105+5+98=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690562 is #96FA9D. Grayscale: #2D2D2D. Windows color (decimal): -9894558 or 6423913. OLE color: 6423913.

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

Color convert

RGB105598-
CMYK00.950.070.59
HSL304.2º90.91%21.57%-
HSV(B)304.2º95.24%41.18%-
XYZ8.083.9911.9-
YUV45.5157.63170.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=50.48%
G=2.40%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10559800.950.070.59304.290.9121.57
Hex6956205F73B1305b16
Octal1515142013777346013326
Binary1101001101110001001011111111111011100110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690562; }

 p { color: rgb(105,5,98); }

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

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

 a { background-color: rgb(105,5,98); }

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

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

 span { border-color: rgb(105,5,98); }

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