#713599

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

Shades of Royal Purple #713599

Tints of Royal Purple #713599

Color information

#713599 (or 0x713599) is unknown color: approx Royal Purple. HEX triplet: 71, 35 and 99. RGB value is (113,53,153). Sum of RGB (Red+Green+Blue) = 113+53+153=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #713599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713599 is #8ECA66. Grayscale: #525252. Windows color (decimal): -9357927 or 10040689. OLE color: 10040689.

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

Color convert

RGB11353153-
CMYK0.260.6500.4
HSL276º48.54%40.39%-
HSV(B)276º65.36%60%-
XYZ13.838.3631.02-
YUV82.34167.88149.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=35.42%
G=16.61%
B=47.96%

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
Decimal113531530.260.6500.427648.5440.39
Hex7135991A410281143128
Octal16165231321010504246150
Binary1110001110101100110011101010000010101000100010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713599; }

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

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

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

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

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

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

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

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