#713E9B

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

Shades of Royal Purple #713E9B

Tints of Royal Purple #713E9B

Color information

#713E9B (or 0x713E9B) is unknown color: approx Royal Purple. HEX triplet: 71, 3E and 9B. RGB value is (113,62,155). Sum of RGB (Red+Green+Blue) = 113+62+155=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #713E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713E9B is #8EC164. Grayscale: #575757. Windows color (decimal): -9355621 or 10174065. OLE color: 10174065.

HSL color Cylindrical-coordinate representation of color #713E9B: hue angle of 272.9º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713E9B is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11362155-
CMYK0.270.600.39
HSL272.9º42.86%42.55%-
HSV(B)272.9º60%60.78%-
XYZ14.459.3232.05-
YUV87.85165.9145.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=34.24%
G=18.79%
B=46.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113621550.270.600.39272.942.8642.55
Hex713E9B1B3C0271112b2b
Octal1617623333740474215353
Binary111000111111010011011110111111000100111100010001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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