#612E57

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

Shades of Palatinate Purple #612E57

Tints of Palatinate Purple #612E57

Color information

#612E57 (or 0x612E57) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 57. RGB value is (97,46,87). Sum of RGB (Red+Green+Blue) = 97+46+87=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #612E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E57 is #9ED1A8. Grayscale: #414141. Windows color (decimal): -10408361 or 5713505. OLE color: 5713505.

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

Color convert

RGB974687-
CMYK00.530.100.62
HSL311.76º35.66%28.04%-
HSV(B)311.76º52.58%38.04%-
XYZ7.635.189.62-
YUV65.92139.9150.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=42.17%
G=20%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97468700.530.100.62311.7635.6628.04
Hex612E57035A3E138241c
Octal1415612706512764704434
Binary110000110111010101110110101101011111010011100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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