#690B58

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

Shades of Palatinate Purple #690B58

Tints of Palatinate Purple #690B58

Color information

#690B58 (or 0x690B58) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0B and 58. RGB value is (105,11,88). Sum of RGB (Red+Green+Blue) = 105+11+88=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #690B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B58 is #96F4A7. Grayscale: #2F2F2F. Windows color (decimal): -9893032 or 5770089. OLE color: 5770089.

HSL color Cylindrical-coordinate representation of color #690B58: hue angle of 310.85º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B58 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1051188-
CMYK00.900.160.59
HSL310.85º81.03%22.75%-
HSV(B)310.85º89.52%41.18%-
XYZ7.713.959.59-
YUV47.88150.64168.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=51.47%
G=5.39%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105118800.900.160.59310.8581.0322.75
Hex69B5805A103B1375117
Octal151131300132207346712127
Binary1101001101110110000101101010000111011100110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690B58; }

 p { color: rgb(105,11,88); }

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

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

 a { background-color: rgb(105,11,88); }

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

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

 span { border-color: rgb(105,11,88); }

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