#612E52

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

Shades of Palatinate Purple #612E52

Tints of Palatinate Purple #612E52

Color information

#612E52 (or 0x612E52) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 52. RGB value is (97,46,82). Sum of RGB (Red+Green+Blue) = 97+46+82=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E52 is #9ED1AD. Grayscale: #414141. Windows color (decimal): -10408366 or 5385825. OLE color: 5385825.

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

Color convert

RGB974682-
CMYK00.530.150.62
HSL317.65º35.66%28.04%-
HSV(B)317.65º52.58%38.04%-
XYZ7.435.18.58-
YUV65.35137.4150.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=43.11%
G=20.44%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97468200.530.150.62317.6535.6628.04
Hex612E52035F3E13e241c
Octal1415612206517764764434
Binary110000110111010100100110101111111111010011111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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