#612D59

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

Shades of Palatinate Purple #612D59

Tints of Palatinate Purple #612D59

Color information

#612D59 (or 0x612D59) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2D and 59. RGB value is (97,45,89). Sum of RGB (Red+Green+Blue) = 97+45+89=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D59 is #9ED2A6. Grayscale: #414141. Windows color (decimal): -10408615 or 5844321. OLE color: 5844321.

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

Color convert

RGB974589-
CMYK00.540.080.62
HSL309.23º36.62%27.84%-
HSV(B)309.23º53.61%38.04%-
XYZ7.675.1410.04-
YUV65.56141.23150.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=41.99%
G=19.48%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97458900.540.080.62309.2336.6227.84
Hex612D5903683E135251c
Octal1415513106610764654534
Binary110000110110110110010110110100011111010011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,89); }

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

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

 a { background-color: rgb(97,45,89); }

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

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

 span { border-color: rgb(97,45,89); }

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