#612D56

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

Shades of Palatinate Purple #612D56

Tints of Palatinate Purple #612D56

Color information

#612D56 (or 0x612D56) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2D and 56. RGB value is (97,45,86). Sum of RGB (Red+Green+Blue) = 97+45+86=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #612D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D56 is #9ED2A9. Grayscale: #414141. Windows color (decimal): -10408618 or 5647713. OLE color: 5647713.

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

Color convert

RGB974586-
CMYK00.540.110.62
HSL312.69º36.62%27.84%-
HSV(B)312.69º53.61%38.04%-
XYZ7.555.099.39-
YUV65.22139.73150.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=42.54%
G=19.74%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97458600.540.110.62312.6936.6227.84
Hex612D56036B3E139251c
Octal1415512606613764714534
Binary110000110110110101100110110101111111010011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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