#612459

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

Shades of Palatinate Purple #612459

Tints of Palatinate Purple #612459

Color information

#612459 (or 0x612459) is unknown color: approx Palatinate Purple. HEX triplet: 61, 24 and 59. RGB value is (97,36,89). Sum of RGB (Red+Green+Blue) = 97+36+89=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612459 is #9EDBA6. Grayscale: #3C3C3C. Windows color (decimal): -10410919 or 5842017. OLE color: 5842017.

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

Color convert

RGB973689-
CMYK00.630.080.62
HSL307.87º45.86%26.08%-
HSV(B)307.87º62.89%38.04%-
XYZ7.364.529.94-
YUV60.28144.21154.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=43.69%
G=16.22%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97368900.630.080.62307.8745.8626.08
Hex61245903F83E1342e1a
Octal1414413107710764645632
Binary110000110010010110010111111100011111010011010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612459; }

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

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

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

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

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

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

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

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