Html Css Color HEX #713F91 Royal Purple

📋 copy color: '#713F91'

red 113 ◦ green 63 ◦ blue 145

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

Shades of Royal Purple #713F91

Tints of Royal Purple #713F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 35.2%
G = 19.63%
B = 45.17%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713F91 (or 0x713F91) is known color: Royal Purple. HEX triplet: 71, 3F and 91. RGB value is (113,63,145). Sum of RGB (Red+Green+Blue) = 113+63+145=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #713F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F91 is #8EC06E. Grayscale: #575757. Windows color (decimal): -9355375 or 9518961. OLE color: 9518961.

HSL color Cylindrical-coordinate representation of color #713F91: hue angle of 276.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713F91 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 63 145 -
CMYK 0.22 0.57 0 0.43
HSL 276.59º 0.39% 0.41% -
HSV(B) 276.59º 0.57% 0.57% -
XYZ 13.7 9.11 27.82 -
YUV 87.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 113 63 145 0.22 0.57 0 0.43 276.59 0.39 0.41
Hex 71 3F 91 16 39 0 2B 115 27 29
Octal 161 77 221 26 71 0 53 425 47 51
Binary 1110001 111111 10010001 10110 111001 0 101011 100010101 100111 101001

Color Harmonies of #713F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F91

Black with #713F91

Text Example


Text Example

White with #713F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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