#612E51

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

Shades of Palatinate Purple #612E51

Tints of Palatinate Purple #612E51

Color information

#612E51 (or 0x612E51) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 51. RGB value is (97,46,81). Sum of RGB (Red+Green+Blue) = 97+46+81=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E51 is #9ED1AE. Grayscale: #414141. Windows color (decimal): -10408367 or 5320289. OLE color: 5320289.

HSL color Cylindrical-coordinate representation of color #612E51: hue angle of 318.82º 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 #612E51 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB974681-
CMYK00.530.160.62
HSL318.82º35.66%28.04%-
HSV(B)318.82º52.58%38.04%-
XYZ7.395.098.38-
YUV65.24136.9150.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=43.30%
G=20.54%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97468100.530.160.62318.8235.6628.04
Hex612E51035103E13f241c
Octal1415612106520764774434
Binary1100001101110101000101101011000011111010011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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