#612D55

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

Shades of Palatinate Purple #612D55

Tints of Palatinate Purple #612D55

Color information

#612D55 (or 0x612D55) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2D and 55. RGB value is (97,45,85). Sum of RGB (Red+Green+Blue) = 97+45+85=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D55 is #9ED2AA. Grayscale: #404040. Windows color (decimal): -10408619 or 5582177. OLE color: 5582177.

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

Color convert

RGB974585-
CMYK00.540.120.62
HSL313.85º36.62%27.84%-
HSV(B)313.85º53.61%38.04%-
XYZ7.515.079.18-
YUV65.11139.23150.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=42.73%
G=19.82%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97458500.540.120.62313.8536.6227.84
Hex612D55036C3E13a251c
Octal1415512506614764724534
Binary110000110110110101010110110110011111010011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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