#612C55

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

Shades of Palatinate Purple #612C55

Tints of Palatinate Purple #612C55

Color information

#612C55 (or 0x612C55) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2C and 55. RGB value is (97,44,85). Sum of RGB (Red+Green+Blue) = 97+44+85=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C55 is #9ED3AA. Grayscale: #404040. Windows color (decimal): -10408875 or 5581921. OLE color: 5581921.

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

Color convert

RGB974485-
CMYK00.550.120.62
HSL313.58º37.59%27.65%-
HSV(B)313.58º54.64%38.04%-
XYZ7.4759.17-
YUV64.52139.56151.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=42.92%
G=19.47%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97448500.550.120.62313.5837.5927.65
Hex612C55037C3E13a261c
Octal1415412506714764724634
Binary110000110110010101010110111110011111010011101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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