#611558

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

Shades of Palatinate Purple #611558

Tints of Palatinate Purple #611558

Color information

#611558 (or 0x611558) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 58. RGB value is (97,21,88). Sum of RGB (Red+Green+Blue) = 97+21+88=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #611558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611558 is #9EEAA7. Grayscale: #333333. Windows color (decimal): -10414760 or 5772641. OLE color: 5772641.

HSL color Cylindrical-coordinate representation of color #611558: hue angle of 307.11º 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 #611558 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB972188-
CMYK00.780.090.62
HSL307.11º64.41%23.14%-
HSV(B)307.11º78.35%38.04%-
XYZ6.963.789.6-
YUV51.36148.68160.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=47.09%
G=10.19%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97218800.780.090.62307.1164.4123.14
Hex61155804E93E1334017
Octal141251300116117646310027
Binary1100001101011011000010011101001111110100110011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611558; }

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

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

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

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

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

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

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

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