Html Css Color HEX #713EAD Royal Purple

📋 copy color: '#713EAD'

red 113 ◦ green 62 ◦ blue 173

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

Shades of Royal Purple #713EAD

Tints of Royal Purple #713EAD

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 value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#713EAD (or 0x713EAD) is known color: 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

RGB 113 62 173 -
CMYK 0.35 0.64 0 0.32
HSL 267.57º 0.47% 0.46% -
HSV(B) 267.57º 0.64% 0.68% -
XYZ 16.08 9.97 40.61 -
YUV 89.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 113 62 173 0.35 0.64 0 0.32 267.57 0.47 0.46
Hex 71 3E AD 23 40 0 20 10C 2F 2E
Octal 161 76 255 43 100 0 40 414 57 56
Binary 1110001 111110 10101101 100011 1000000 0 100000 100001100 101111 101110

Color Harmonies of #713EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EAD

Black with #713EAD

Text Example


Text Example

White with #713EAD

Text Example


Text Example

HTML Codes & Css Web 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>