#691557

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

Shades of Palatinate Purple #691557

Tints of Palatinate Purple #691557

Color information

#691557 (or 0x691557) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 57. RGB value is (105,21,87). Sum of RGB (Red+Green+Blue) = 105+21+87=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #691557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691557 is #96EAA8. Grayscale: #353535. Windows color (decimal): -9890473 or 5707113. OLE color: 5707113.

HSL color Cylindrical-coordinate representation of color #691557: hue angle of 312.86º 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 #691557 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1052187-
CMYK00.800.170.59
HSL312.86º66.67%24.71%-
HSV(B)312.86º80%41.18%-
XYZ7.814.239.42-
YUV53.64146.83164.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=49.30%
G=9.86%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105218700.800.170.59312.8666.6724.71
Hex691557050113B1394319
Octal151251270120217347110331
Binary11010011010110101110101000010001111011100111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691557; }

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

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

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

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

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

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

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

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