#713F91

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

Shades of Royal Purple #713F91

Tints of Royal Purple #713F91

Color information

#713F91 (or 0x713F91) is unknown color: approx Royal Purple. HEX triplet: 71, 3F and 91. RGB value is (113,63,145). Sum of RGB (Red+Green+Blue) = 113+63+145=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #713F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F91 is #8EC06E. Grayscale: #575757. Windows color (decimal): -9355375 or 9518961. OLE color: 9518961.

HSL color Cylindrical-coordinate representation of color #713F91: hue angle of 276.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713F91 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11363145-
CMYK0.220.5700.43
HSL276.59º39.42%40.78%-
HSV(B)276.59º56.55%56.86%-
XYZ13.79.1127.82-
YUV87.3160.56146.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=35.20%
G=19.63%
B=45.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113631450.220.5700.43276.5939.4240.78
Hex713F91163902B1152729
Octal1617722126710534254751
Binary111000111111110010001101101110010101011100010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F91; }

 p { color: rgb(113,63,145); }

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

<style>
 a { background-color: #713F91; }

 a { background-color: rgb(113,63,145); }

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

<style>
 span { border-color: #713F91; }

 span { border-color: rgb(113,63,145); }

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