#713992

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

Shades of Royal Purple #713992

Tints of Royal Purple #713992

Color information

#713992 (or 0x713992) is unknown color: approx Royal Purple. HEX triplet: 71, 39 and 92. RGB value is (113,57,146). Sum of RGB (Red+Green+Blue) = 113+57+146=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #713992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713992 is #8EC66D. Grayscale: #535353. Windows color (decimal): -9356910 or 9582961. OLE color: 9582961.

HSL color Cylindrical-coordinate representation of color #713992: hue angle of 277.75º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713992 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11357146-
CMYK0.230.6100.43
HSL277.75º43.84%39.8%-
HSV(B)277.75º60.96%57.25%-
XYZ13.468.5128.13-
YUV83.89163.05148.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=35.76%
G=18.04%
B=46.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113571460.230.6100.43277.7543.8439.8
Hex713992173D02B1162c28
Octal1617122227750534265450
Binary111000111100110010010101111111010101011100010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713992; }

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

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

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

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

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

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

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

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