#712B5B

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

Shades of Palatinate Purple #712B5B

Tints of Palatinate Purple #712B5B

Color information

#712B5B (or 0x712B5B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2B and 5B. RGB value is (113,43,91). Sum of RGB (Red+Green+Blue) = 113+43+91=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712B5B is #8ED4A4. Grayscale: #454545. Windows color (decimal): -9360549 or 5974897. OLE color: 5974897.

HSL color Cylindrical-coordinate representation of color #712B5B: hue angle of 318.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712B5B is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1134391-
CMYK00.620.190.56
HSL318.86º44.87%30.59%-
HSV(B)318.86º61.95%44.31%-
XYZ9.565.9910.55-
YUV69.4140.19159.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=45.75%
G=17.41%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113439100.620.190.56318.8644.8730.59
Hex712B5B03E133813f2d1f
Octal1615313307623704775537
Binary1110001101011101101101111101001111100010011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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