#611559

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

Shades of Palatinate Purple #611559

Tints of Palatinate Purple #611559

Color information

#611559 (or 0x611559) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 59. RGB value is (97,21,89). Sum of RGB (Red+Green+Blue) = 97+21+89=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #611559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611559 is #9EEAA6. Grayscale: #333333. Windows color (decimal): -10414759 or 5838177. OLE color: 5838177.

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

Color convert

RGB972189-
CMYK00.780.080.62
HSL306.32º64.41%23.14%-
HSV(B)306.32º78.35%38.04%-
XYZ73.89.82-
YUV51.48149.18160.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=46.86%
G=10.14%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97218900.780.080.62306.3264.4123.14
Hex61155904E83E1324017
Octal141251310116107646210027
Binary1100001101011011001010011101000111110100110010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611559; }

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

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

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

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

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

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

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

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