#713699

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

Shades of Royal Purple #713699

Tints of Royal Purple #713699

Color information

#713699 (or 0x713699) is unknown color: approx Royal Purple. HEX triplet: 71, 36 and 99. RGB value is (113,54,153). Sum of RGB (Red+Green+Blue) = 113+54+153=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #713699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713699 is #8EC966. Grayscale: #525252. Windows color (decimal): -9357671 or 10040945. OLE color: 10040945.

HSL color Cylindrical-coordinate representation of color #713699: hue angle of 275.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713699 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11354153-
CMYK0.260.6500.4
HSL275.76º47.83%40.59%-
HSV(B)275.76º64.71%60%-
XYZ13.888.4531.04-
YUV82.93167.55149.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=35.31%
G=16.88%
B=47.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113541530.260.6500.4275.7647.8340.59
Hex7136991A410281143029
Octal16166231321010504246051
Binary1110001110110100110011101010000010101000100010100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713699; }

 p { color: rgb(113,54,153); }

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

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

 a { background-color: rgb(113,54,153); }

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

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

 span { border-color: rgb(113,54,153); }

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