#713EB2

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

Shades of Royal Purple #713EB2

Tints of Royal Purple #713EB2

Color information

#713EB2 (or 0x713EB2) is unknown color: approx Royal Purple. HEX triplet: 71, 3E and B2. RGB value is (113,62,178). Sum of RGB (Red+Green+Blue) = 113+62+178=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #713EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713EB2 is #8EC14D. Grayscale: #5A5A5A. Windows color (decimal): -9355598 or 11681393. OLE color: 11681393.

HSL color Cylindrical-coordinate representation of color #713EB2: hue angle of 266.38º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713EB2 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11362178-
CMYK0.370.6500.30
HSL266.38º48.33%47.06%-
HSV(B)266.38º65.17%69.8%-
XYZ16.5710.1743.21-
YUV90.47177.4144.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 178 (69.92% from 255) = 50.42%
R=32.01%
G=17.56%
B=50.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113621780.370.6500.30266.3848.3347.06
Hex713EB2254101E10a302f
Octal16176262451010364126057
Binary1110001111110101100101001011000001011110100001010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,62,178); }

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

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

 a { background-color: rgb(113,62,178); }

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

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

 span { border-color: rgb(113,62,178); }

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