#713EAB

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

Shades of Royal Purple #713EAB

Tints of Royal Purple #713EAB

Color information

#713EAB (or 0x713EAB) is unknown color: approx Royal Purple. HEX triplet: 71, 3E and AB. RGB value is (113,62,171). Sum of RGB (Red+Green+Blue) = 113+62+171=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #713EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713EAB is #8EC154. Grayscale: #595959. Windows color (decimal): -9355605 or 11222641. OLE color: 11222641.

HSL color Cylindrical-coordinate representation of color #713EAB: hue angle of 268.07º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713EAB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11362171-
CMYK0.340.6400.33
HSL268.07º46.78%45.69%-
HSV(B)268.07º63.74%67.06%-
XYZ15.889.939.6-
YUV89.68173.9144.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=32.66%
G=17.92%
B=49.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113621710.340.6400.33268.0746.7845.69
Hex713EAB224002110c2f2e
Octal16176253421000414145756
Binary11100011111101010101110001010000000100001100001100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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