#612859

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

Shades of Palatinate Purple #612859

Tints of Palatinate Purple #612859

Color information

#612859 (or 0x612859) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 59. RGB value is (97,40,89). Sum of RGB (Red+Green+Blue) = 97+40+89=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612859 is #9ED7A6. Grayscale: #3E3E3E. Windows color (decimal): -10409895 or 5843041. OLE color: 5843041.

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

Color convert

RGB974089-
CMYK00.590.080.62
HSL308.42º41.61%26.86%-
HSV(B)308.42º58.76%38.04%-
XYZ7.494.789.98-
YUV62.63142.88152.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=42.92%
G=17.70%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97408900.590.080.62308.4241.6126.86
Hex61285903B83E1342a1b
Octal1415013107310764645233
Binary110000110100010110010111011100011111010011010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612859; }

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

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

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

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

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

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

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

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