#612F51

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

Shades of Palatinate Purple #612F51

Tints of Palatinate Purple #612F51

Color information

#612F51 (or 0x612F51) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2F and 51. RGB value is (97,47,81). Sum of RGB (Red+Green+Blue) = 97+47+81=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F51 is #9ED0AE. Grayscale: #414141. Windows color (decimal): -10408111 or 5320545. OLE color: 5320545.

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

Color convert

RGB974781-
CMYK00.520.160.62
HSL319.2º34.72%28.24%-
HSV(B)319.2º51.55%38.04%-
XYZ7.435.178.39-
YUV65.83136.56150.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 81 (32.03% from 255) = 36%
R=43.11%
G=20.89%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97478100.520.160.62319.234.7228.24
Hex612F51034103E13f231c
Octal1415712106420764774334
Binary1100001101111101000101101001000011111010011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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