Html Css Color HEX #713FAE Royal Purple

📋 copy color: '#713FAE'

red 113 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #713FAE

Tints of Royal Purple #713FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

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

R = 32.29%
G = 18%
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

#713FAE (or 0x713FAE) is known color: Royal Purple. HEX triplet: 71, 3F and AE. RGB value is (113,63,174). Sum of RGB (Red+Green+Blue) = 113+63+174=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #713FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713FAE is #8EC051. Grayscale: #5A5A5A. Windows color (decimal): -9355346 or 11419505. OLE color: 11419505.

HSL color Cylindrical-coordinate representation of color #713FAE: hue angle of 267.03º 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 #713FAE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 63 174 -
CMYK 0.35 0.64 0 0.32
HSL 267.03º 0.47% 0.46% -
HSV(B) 267.03º 0.64% 0.68% -
XYZ 16.23 10.12 41.14 -
YUV 90.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 113 63 174 0.35 0.64 0 0.32 267.03 0.47 0.46
Hex 71 3F AE 23 40 0 20 10B 2F 2E
Octal 161 77 256 43 100 0 40 413 57 56
Binary 1110001 111111 10101110 100011 1000000 0 100000 100001011 101111 101110

Color Harmonies of #713FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FAE

Black with #713FAE

Text Example


Text Example

White with #713FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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