#612559

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

Shades of Palatinate Purple #612559

Tints of Palatinate Purple #612559

Color information

#612559 (or 0x612559) is unknown color: approx Palatinate Purple. HEX triplet: 61, 25 and 59. RGB value is (97,37,89). Sum of RGB (Red+Green+Blue) = 97+37+89=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612559 is #9EDAA6. Grayscale: #3C3C3C. Windows color (decimal): -10410663 or 5842273. OLE color: 5842273.

HSL color Cylindrical-coordinate representation of color #612559: hue angle of 308º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612559 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB973789-
CMYK00.620.080.62
HSL308º44.78%26.27%-
HSV(B)308º61.86%38.04%-
XYZ7.394.599.95-
YUV60.87143.88153.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=43.50%
G=16.59%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97378900.620.080.6230844.7826.27
Hex61255903E83E1342d1a
Octal1414513107610764645532
Binary110000110010110110010111110100011111010011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612559; }

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

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

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

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

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

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

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

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