Html Css Color HEX #713AAD Royal Purple

📋 copy color: '#713AAD'

red 113 ◦ green 58 ◦ blue 173

#713AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #713AAD

Tints of Royal Purple #713AAD

RGB

 RED value IS 113 (44.53% from 255) = 32.85%

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 32.85%
G = 16.86%
B = 50.29%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#713AAD (or 0x713AAD) is known color: Royal Purple. HEX triplet: 71, 3A and AD. RGB value is (113,58,173). Sum of RGB (Red+Green+Blue) = 113+58+173=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #713AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713AAD is #8EC552. Grayscale: #575757. Windows color (decimal): -9356627 or 11352689. OLE color: 11352689.

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

Color convert

RGB 113 58 173 -
CMYK 0.35 0.66 0 0.32
HSL 268.7º 0.5% 0.45% -
HSV(B) 268.7º 0.66% 0.68% -
XYZ 15.87 9.55 40.54 -
YUV 87.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 113 58 173 0.35 0.66 0 0.32 268.7 0.5 0.45
Hex 71 3A AD 23 42 0 20 10D 32 2D
Octal 161 72 255 43 102 0 40 415 62 55
Binary 1110001 111010 10101101 100011 1000010 0 100000 100001101 110010 101101

Color Harmonies of #713AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AAD

Black with #713AAD

Text Example


Text Example

White with #713AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713AAD;
 }
 .AnyTagClassName
 {
   color: #713AAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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