#691556

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

Shades of Palatinate Purple #691556

Tints of Palatinate Purple #691556

Color information

#691556 (or 0x691556) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 56. RGB value is (105,21,86). Sum of RGB (Red+Green+Blue) = 105+21+86=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691556 is #96EAA9. Grayscale: #353535. Windows color (decimal): -9890474 or 5641577. OLE color: 5641577.

HSL color Cylindrical-coordinate representation of color #691556: hue angle of 313.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691556 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1052186-
CMYK00.800.180.59
HSL313.57º66.67%24.71%-
HSV(B)313.57º80%41.18%-
XYZ7.774.219.21-
YUV53.53146.33164.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=49.53%
G=9.91%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105218600.800.180.59313.5766.6724.71
Hex691556050123B13a4319
Octal151251260120227347210331
Binary11010011010110101100101000010010111011100111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691556; }

 p { color: rgb(105,21,86); }

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

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

 a { background-color: rgb(105,21,86); }

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

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

 span { border-color: rgb(105,21,86); }

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