#713B97

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

Shades of Royal Purple #713B97

Tints of Royal Purple #713B97

Color information

#713B97 (or 0x713B97) is unknown color: approx Royal Purple. HEX triplet: 71, 3B and 97. RGB value is (113,59,151). Sum of RGB (Red+Green+Blue) = 113+59+151=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #713B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B97 is #8EC468. Grayscale: #555555. Windows color (decimal): -9356393 or 9911153. OLE color: 9911153.

HSL color Cylindrical-coordinate representation of color #713B97: hue angle of 275.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713B97 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11359151-
CMYK0.250.6100.41
HSL275.22º43.81%41.18%-
HSV(B)275.22º60.93%59.22%-
XYZ13.968.8730.26-
YUV85.63164.89147.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 151 (59.38% from 255) = 46.75%
R=34.98%
G=18.27%
B=46.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113591510.250.6100.41275.2243.8141.18
Hex713B97193D0291132c29
Octal1617322731750514235451
Binary111000111101110010111110011111010101001100010011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,151); }

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

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

 a { background-color: rgb(113,59,151); }

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

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

 span { border-color: rgb(113,59,151); }

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