Html Css Color HEX #713E95 Royal Purple

📋 copy color: '#713E95'

red 113 ◦ green 62 ◦ blue 149

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

Shades of Royal Purple #713E95

Tints of Royal Purple #713E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 34.88%
G = 19.14%
B = 45.99%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713E95 (or 0x713E95) is known color: Royal Purple. HEX triplet: 71, 3E and 95. RGB value is (113,62,149). Sum of RGB (Red+Green+Blue) = 113+62+149=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #713E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713E95 is #8EC16A. Grayscale: #565656. Windows color (decimal): -9355627 or 9780849. OLE color: 9780849.

HSL color Cylindrical-coordinate representation of color #713E95: hue angle of 275.17º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713E95 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 62 149 -
CMYK 0.24 0.58 0 0.42
HSL 275.17º 0.41% 0.41% -
HSV(B) 275.17º 0.58% 0.58% -
XYZ 13.96 9.13 29.46 -
YUV 87.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 113 62 149 0.24 0.58 0 0.42 275.17 0.41 0.41
Hex 71 3E 95 18 3A 0 2A 113 29 29
Octal 161 76 225 30 72 0 52 423 51 51
Binary 1110001 111110 10010101 11000 111010 0 101010 100010011 101001 101001

Color Harmonies of #713E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E95

Black with #713E95

Text Example


Text Example

White with #713E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,149); }

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

background-color css

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

 a { background-color: rgb(113,62,149); }

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

border-color css

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

 span { border-color: rgb(113,62,149); }

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