#690561

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

Shades of Palatinate Purple #690561

Tints of Palatinate Purple #690561

Color information

#690561 (or 0x690561) is unknown color: approx Palatinate Purple. HEX triplet: 69, 05 and 61. RGB value is (105,5,97). Sum of RGB (Red+Green+Blue) = 105+5+97=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #690561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690561 is #96FA9E. Grayscale: #2D2D2D. Windows color (decimal): -9894559 or 6358377. OLE color: 6358377.

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

Color convert

RGB105597-
CMYK00.950.080.59
HSL304.8º90.91%21.57%-
HSV(B)304.8º95.24%41.18%-
XYZ8.043.9711.65-
YUV45.39157.13170.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=50.72%
G=2.42%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10559700.950.080.59304.890.9121.57
Hex6956105F83B1315b16
Octal15151410137107346113326
Binary11010011011100001010111111000111011100110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690561; }

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

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

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

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

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

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

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

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