#713EAD

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

Shades of Royal Purple #713EAD

Tints of Royal Purple #713EAD

Color information

#713EAD (or 0x713EAD) is unknown color: approx Royal Purple. HEX triplet: 71, 3E and AD. RGB value is (113,62,173). Sum of RGB (Red+Green+Blue) = 113+62+173=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #713EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713EAD is #8EC152. Grayscale: #595959. Windows color (decimal): -9355603 or 11353713. OLE color: 11353713.

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

Color convert

RGB11362173-
CMYK0.350.6400.32
HSL267.57º47.23%46.08%-
HSV(B)267.57º64.16%67.84%-
XYZ16.089.9740.61-
YUV89.9174.9144.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 62 (24.61% from 255) = 17.82%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=32.47%
G=17.82%
B=49.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113621730.350.6400.32267.5747.2346.08
Hex713EAD234002010c2f2e
Octal16176255431000404145756
Binary11100011111101010110110001110000000100000100001100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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