#611557

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

Shades of Palatinate Purple #611557

Tints of Palatinate Purple #611557

Color information

#611557 (or 0x611557) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 57. RGB value is (97,21,87). Sum of RGB (Red+Green+Blue) = 97+21+87=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611557 is #9EEAA8. Grayscale: #333333. Windows color (decimal): -10414761 or 5707105. OLE color: 5707105.

HSL color Cylindrical-coordinate representation of color #611557: hue angle of 307.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611557 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB972187-
CMYK00.780.100.62
HSL307.89º64.41%23.14%-
HSV(B)307.89º78.35%38.04%-
XYZ6.923.779.38-
YUV51.25148.18160.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=47.32%
G=10.24%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97218700.780.100.62307.8964.4123.14
Hex61155704EA3E1344017
Octal141251270116127646410027
Binary1100001101011010111010011101010111110100110100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611557; }

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

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

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

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

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

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

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

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