Html Css Color HEX #713F95 Royal Purple

📋 copy color: '#713F95'

red 113 ◦ green 63 ◦ blue 149

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

Shades of Royal Purple #713F95

Tints of Royal Purple #713F95

RGB

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

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

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

R = 34.77%
G = 19.38%
B = 45.85%

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

#713F95 (or 0x713F95) is known color: Royal Purple. HEX triplet: 71, 3F and 95. RGB value is (113,63,149). Sum of RGB (Red+Green+Blue) = 113+63+149=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #713F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F95 is #8EC06A. Grayscale: #575757. Windows color (decimal): -9355371 or 9781105. OLE color: 9781105.

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

Color convert

RGB 113 63 149 -
CMYK 0.24 0.58 0 0.42
HSL 274.88º 0.41% 0.42% -
HSV(B) 274.88º 0.58% 0.58% -
XYZ 14.01 9.24 29.48 -
YUV 87.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 113 63 149 0.24 0.58 0 0.42 274.88 0.41 0.42
Hex 71 3F 95 18 3A 0 2A 113 29 2A
Octal 161 77 225 30 72 0 52 423 51 52
Binary 1110001 111111 10010101 11000 111010 0 101010 100010011 101001 101010

Color Harmonies of #713F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F95

Black with #713F95

Text Example


Text Example

White with #713F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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