#612B5B

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

Shades of Palatinate Purple #612B5B

Tints of Palatinate Purple #612B5B

Color information

#612B5B (or 0x612B5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2B and 5B. RGB value is (97,43,91). Sum of RGB (Red+Green+Blue) = 97+43+91=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B5B is #9ED4A4. Grayscale: #404040. Windows color (decimal): -10409125 or 5974881. OLE color: 5974881.

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

Color convert

RGB974391-
CMYK00.560.060.62
HSL306.67º38.57%27.45%-
HSV(B)306.67º55.67%38.04%-
XYZ7.685.0210.46-
YUV64.62142.89151.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=41.99%
G=18.61%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97439100.560.060.62306.6738.5727.45
Hex612B5B03863E133271b
Octal141531330706764634733
Binary11000011010111011011011100011011111010011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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