#612C53

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

Shades of Palatinate Purple #612C53

Tints of Palatinate Purple #612C53

Color information

#612C53 (or 0x612C53) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2C and 53. RGB value is (97,44,83). Sum of RGB (Red+Green+Blue) = 97+44+83=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C53 is #9ED3AC. Grayscale: #404040. Windows color (decimal): -10408877 or 5450849. OLE color: 5450849.

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

Color convert

RGB974483-
CMYK00.550.140.62
HSL315.85º37.59%27.65%-
HSV(B)315.85º54.64%38.04%-
XYZ7.394.978.75-
YUV64.29138.56151.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=43.30%
G=19.64%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97448300.550.140.62315.8537.5927.65
Hex612C53037E3E13c261c
Octal1415412306716764744634
Binary110000110110010100110110111111011111010011110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,44,83); }

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

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

 a { background-color: rgb(97,44,83); }

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

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

 span { border-color: rgb(97,44,83); }

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