#612E56

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

Shades of Palatinate Purple #612E56

Tints of Palatinate Purple #612E56

Color information

#612E56 (or 0x612E56) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 56. RGB value is (97,46,86). Sum of RGB (Red+Green+Blue) = 97+46+86=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #612E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E56 is #9ED1A9. Grayscale: #414141. Windows color (decimal): -10408362 or 5647969. OLE color: 5647969.

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

Color convert

RGB974686-
CMYK00.530.110.62
HSL312.94º35.66%28.04%-
HSV(B)312.94º52.58%38.04%-
XYZ7.595.179.4-
YUV65.81139.4150.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=42.36%
G=20.09%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97468600.530.110.62312.9435.6628.04
Hex612E56035B3E139241c
Octal1415612606513764714434
Binary110000110111010101100110101101111111010011100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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