#612858

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

Shades of Palatinate Purple #612858

Tints of Palatinate Purple #612858

Color information

#612858 (or 0x612858) is unknown color: approx Palatinate Purple. HEX triplet: 61, 28 and 58. RGB value is (97,40,88). Sum of RGB (Red+Green+Blue) = 97+40+88=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612858 is #9ED7A7. Grayscale: #3E3E3E. Windows color (decimal): -10409896 or 5777505. OLE color: 5777505.

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

Color convert

RGB974088-
CMYK00.590.090.62
HSL309.47º41.61%26.86%-
HSV(B)309.47º58.76%38.04%-
XYZ7.454.769.76-
YUV62.52142.38152.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=43.11%
G=17.78%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97408800.590.090.62309.4741.6126.86
Hex61285803B93E1352a1b
Octal1415013007311764655233
Binary110000110100010110000111011100111111010011010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612858; }

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

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

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

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

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

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

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

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