#713999

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

Shades of Royal Purple #713999

Tints of Royal Purple #713999

Color information

#713999 (or 0x713999) is unknown color: approx Royal Purple. HEX triplet: 71, 39 and 99. RGB value is (113,57,153). Sum of RGB (Red+Green+Blue) = 113+57+153=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #713999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713999 is #8EC666. Grayscale: #545454. Windows color (decimal): -9356903 or 10041713. OLE color: 10041713.

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

Color convert

RGB11357153-
CMYK0.260.6300.4
HSL275º45.71%41.18%-
HSV(B)275º62.75%60%-
XYZ14.028.7431.08-
YUV84.69166.55148.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=34.98%
G=17.65%
B=47.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113571530.260.6300.427545.7141.18
Hex7139991A3F0281132e29
Octal1617123132770504235651
Binary111000111100110011001110101111110101000100010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713999; }

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

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

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

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

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

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

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

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