#690B55

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

Shades of Palatinate Purple #690B55

Tints of Palatinate Purple #690B55

Color information

#690B55 (or 0x690B55) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0B and 55. RGB value is (105,11,85). Sum of RGB (Red+Green+Blue) = 105+11+85=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #690B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B55 is #96F4AA. Grayscale: #2F2F2F. Windows color (decimal): -9893035 or 5573481. OLE color: 5573481.

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

Color convert

RGB1051185-
CMYK00.900.190.59
HSL312.77º81.03%22.75%-
HSV(B)312.77º89.52%41.18%-
XYZ7.593.98.95-
YUV47.54149.14168.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=52.24%
G=5.47%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105118500.900.190.59312.7781.0322.75
Hex69B5505A133B1395117
Octal151131250132237347112127
Binary1101001101110101010101101010011111011100111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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