#612D51

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

Shades of Palatinate Purple #612D51

Tints of Palatinate Purple #612D51

Color information

#612D51 (or 0x612D51) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2D and 51. RGB value is (97,45,81). Sum of RGB (Red+Green+Blue) = 97+45+81=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D51 is #9ED2AE. Grayscale: #404040. Windows color (decimal): -10408623 or 5320033. OLE color: 5320033.

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

Color convert

RGB974581-
CMYK00.540.160.62
HSL318.46º36.62%27.84%-
HSV(B)318.46º53.61%38.04%-
XYZ7.355.018.36-
YUV64.65137.23151.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=43.50%
G=20.18%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97458100.540.160.62318.4636.6227.84
Hex612D51036103E13e251c
Octal1415512106620764764534
Binary1100001101101101000101101101000011111010011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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