#691156

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

Shades of Palatinate Purple #691156

Tints of Palatinate Purple #691156

Color information

#691156 (or 0x691156) is unknown color: approx Palatinate Purple. HEX triplet: 69, 11 and 56. RGB value is (105,17,86). Sum of RGB (Red+Green+Blue) = 105+17+86=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #691156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691156 is #96EEA9. Grayscale: #323232. Windows color (decimal): -9891498 or 5640553. OLE color: 5640553.

HSL color Cylindrical-coordinate representation of color #691156: hue angle of 312.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691156 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1051786-
CMYK00.840.180.59
HSL312.95º72.13%23.92%-
HSV(B)312.95º83.81%41.18%-
XYZ7.714.089.18-
YUV51.18147.65166.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=50.48%
G=8.17%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105178600.840.180.59312.9572.1323.92
Hex691156054123B1394818
Octal151211260124227347111030
Binary11010011000110101100101010010010111011100111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691156; }

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

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

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

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

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

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

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

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