#712b9c

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

Shades of Royal Purple #712B9C

Tints of Royal Purple #712B9C

Color information

#712B9C (or 0x712B9C) is unknown color: approx Royal Purple. HEX triplet: 71, 2B and 9C. RGB value is (113,43,156). Sum of RGB (Red+Green+Blue) = 113+43+156=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #712B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712B9C is #8ED463. Grayscale: #4C4C4C. Windows color (decimal): -9360484 or 10234737. OLE color: 10234737.

HSL color Cylindrical-coordinate representation of color #712B9C: hue angle of 277.17º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712B9C is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11343156-
CMYK0.280.7200.39
HSL277.17º56.78%39.02%-
HSV(B)277.17º72.44%61.18%-
XYZ13.677.6432.21-
YUV76.81172.69153.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 156 (61.33% from 255) = 50%
R=36.22%
G=13.78%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113431560.280.7200.39277.1756.7839.02
Hex712B9C1C480271153927
Octal16153234341100474257147
Binary1110001101011100111001110010010000100111100010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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