#713A95

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

Shades of Royal Purple #713A95

Tints of Royal Purple #713A95

Color information

#713A95 (or 0x713A95) is unknown color: approx Royal Purple. HEX triplet: 71, 3A and 95. RGB value is (113,58,149). Sum of RGB (Red+Green+Blue) = 113+58+149=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #713A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713A95 is #8EC56A. Grayscale: #545454. Windows color (decimal): -9356651 or 9779825. OLE color: 9779825.

HSL color Cylindrical-coordinate representation of color #713A95: hue angle of 276.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713A95 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11358149-
CMYK0.240.6100.42
HSL276.26º43.96%40.59%-
HSV(B)276.26º61.07%58.43%-
XYZ13.758.7129.39-
YUV84.82164.22148.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=35.31%
G=18.12%
B=46.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113581490.240.6100.42276.2643.9640.59
Hex713A95183D02A1142c29
Octal1617222530750524245451
Binary111000111101010010101110001111010101010100010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,58,149); }

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

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

 a { background-color: rgb(113,58,149); }

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

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

 span { border-color: rgb(113,58,149); }

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