#612B55

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

Shades of Palatinate Purple #612B55

Tints of Palatinate Purple #612B55

Color information

#612B55 (or 0x612B55) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2B and 55. RGB value is (97,43,85). Sum of RGB (Red+Green+Blue) = 97+43+85=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B55 is #9ED4AA. Grayscale: #3F3F3F. Windows color (decimal): -10409131 or 5581665. OLE color: 5581665.

HSL color Cylindrical-coordinate representation of color #612B55: hue angle of 313.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B55 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB974385-
CMYK00.560.120.62
HSL313.33º38.57%27.45%-
HSV(B)313.33º55.67%38.04%-
XYZ7.434.939.15-
YUV63.93139.89151.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=43.11%
G=19.11%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97438500.560.120.62313.3338.5727.45
Hex612B55038C3E139271b
Octal1415312507014764714733
Binary110000110101110101010111000110011111010011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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