Html Css Color HEX #713BAE Royal Purple

📋 copy color: '#713BAE'

red 113 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #713BAE

Tints of Royal Purple #713BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 32.66%
G = 17.05%
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

#713BAE (or 0x713BAE) is known color: Royal Purple. HEX triplet: 71, 3B and AE. RGB value is (113,59,174). Sum of RGB (Red+Green+Blue) = 113+59+174=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #713BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BAE is #8EC451. Grayscale: #575757. Windows color (decimal): -9356370 or 11418481. OLE color: 11418481.

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

Color convert

RGB 113 59 174 -
CMYK 0.35 0.66 0 0.32
HSL 268.17º 0.49% 0.46% -
HSV(B) 268.17º 0.66% 0.68% -
XYZ 16.01 9.69 41.07 -
YUV 88.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 113 59 174 0.35 0.66 0 0.32 268.17 0.49 0.46
Hex 71 3B AE 23 42 0 20 10C 31 2E
Octal 161 73 256 43 102 0 40 414 61 56
Binary 1110001 111011 10101110 100011 1000010 0 100000 100001100 110001 101110

Color Harmonies of #713BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BAE

Black with #713BAE

Text Example


Text Example

White with #713BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,174); }

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

background-color css

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

 a { background-color: rgb(113,59,174); }

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

border-color css

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

 span { border-color: rgb(113,59,174); }

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