#612E58

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

Shades of Palatinate Purple #612E58

Tints of Palatinate Purple #612E58

Color information

#612E58 (or 0x612E58) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 58. RGB value is (97,46,88). Sum of RGB (Red+Green+Blue) = 97+46+88=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E58 is #9ED1A7. Grayscale: #414141. Windows color (decimal): -10408360 or 5779041. OLE color: 5779041.

HSL color Cylindrical-coordinate representation of color #612E58: hue angle of 310.59º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E58 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB974688-
CMYK00.530.090.62
HSL310.59º35.66%28.04%-
HSV(B)310.59º52.58%38.04%-
XYZ7.675.29.83-
YUV66.04140.4150.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=41.99%
G=19.91%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97468800.530.090.62310.5935.6628.04
Hex612E5803593E137241c
Octal1415613006511764674434
Binary110000110111010110000110101100111111010011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E58; }

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

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

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

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

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

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

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

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