#690B5D

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

Shades of Palatinate Purple #690B5D

Tints of Palatinate Purple #690B5D

Color information

#690B5D (or 0x690B5D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0B and 5D. RGB value is (105,11,93). Sum of RGB (Red+Green+Blue) = 105+11+93=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B5D is #96F4A2. Grayscale: #303030. Windows color (decimal): -9893027 or 6097769. OLE color: 6097769.

HSL color Cylindrical-coordinate representation of color #690B5D: hue angle of 307.66º 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 #690B5D is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1051193-
CMYK00.900.110.59
HSL307.66º81.03%22.75%-
HSV(B)307.66º89.52%41.18%-
XYZ7.924.0310.72-
YUV48.45153.14168.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=50.24%
G=5.26%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105119300.900.110.59307.6681.0322.75
Hex69B5D05AB3B1345117
Octal151131350132137346412127
Binary110100110111011101010110101011111011100110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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