#713099

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

Shades of Royal Purple #713099

Tints of Royal Purple #713099

Color information

#713099 (or 0x713099) is unknown color: approx Royal Purple. HEX triplet: 71, 30 and 99. RGB value is (113,48,153). Sum of RGB (Red+Green+Blue) = 113+48+153=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #713099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713099 is #8ECF66. Grayscale: #4F4F4F. Windows color (decimal): -9359207 or 10039409. OLE color: 10039409.

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

Color convert

RGB11348153-
CMYK0.260.6900.4
HSL277.14º52.24%39.41%-
HSV(B)277.14º68.63%60%-
XYZ13.627.9230.95-
YUV79.4169.53151.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=35.99%
G=15.29%
B=48.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113481530.260.6900.4277.1452.2439.41
Hex7130991A450281153427
Octal16160231321050504256447
Binary1110001110000100110011101010001010101000100010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713099; }

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

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

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

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

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

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

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

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