#612C5B

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

Shades of Palatinate Purple #612C5B

Tints of Palatinate Purple #612C5B

Color information

#612C5B (or 0x612C5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2C and 5B. RGB value is (97,44,91). Sum of RGB (Red+Green+Blue) = 97+44+91=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5B is #9ED3A4. Grayscale: #414141. Windows color (decimal): -10408869 or 5975137. OLE color: 5975137.

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

Color convert

RGB974491-
CMYK00.550.060.62
HSL306.79º37.59%27.65%-
HSV(B)306.79º54.64%38.04%-
XYZ7.725.110.47-
YUV65.2142.56150.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=41.81%
G=18.97%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97449100.550.060.62306.7937.5927.65
Hex612C5B03763E133261c
Octal141541330676764634634
Binary11000011011001011011011011111011111010011001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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