#713399

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

Shades of Royal Purple #713399

Tints of Royal Purple #713399

Color information

#713399 (or 0x713399) is unknown color: approx Royal Purple. HEX triplet: 71, 33 and 99. RGB value is (113,51,153). Sum of RGB (Red+Green+Blue) = 113+51+153=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #713399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713399 is #8ECC66. Grayscale: #505050. Windows color (decimal): -9358439 or 10040177. OLE color: 10040177.

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

Color convert

RGB11351153-
CMYK0.260.6700.4
HSL276.47º50%40%-
HSV(B)276.47º66.67%60%-
XYZ13.748.1830.99-
YUV81.17168.54150.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=35.65%
G=16.09%
B=48.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113511530.260.6700.4276.475040
Hex7133991A430281143228
Octal16163231321030504246250
Binary1110001110011100110011101010000110101000100010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713399; }

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

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

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

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

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

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

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

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