Html Css Color HEX #713F94 Royal Purple

📋 copy color: '#713F94'

red 113 ◦ green 63 ◦ blue 148

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

Shades of Royal Purple #713F94

Tints of Royal Purple #713F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 34.88%
G = 19.44%
B = 45.68%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713F94 (or 0x713F94) is known color: Royal Purple. HEX triplet: 71, 3F and 94. RGB value is (113,63,148). Sum of RGB (Red+Green+Blue) = 113+63+148=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #713F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F94 is #8EC06B. Grayscale: #575757. Windows color (decimal): -9355372 or 9715569. OLE color: 9715569.

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

Color convert

RGB 113 63 148 -
CMYK 0.24 0.57 0 0.42
HSL 275.29º 0.4% 0.41% -
HSV(B) 275.29º 0.57% 0.58% -
XYZ 13.93 9.2 29.06 -
YUV 87.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 113 63 148 0.24 0.57 0 0.42 275.29 0.4 0.41
Hex 71 3F 94 18 39 0 2A 113 28 29
Octal 161 77 224 30 71 0 52 423 50 51
Binary 1110001 111111 10010100 11000 111001 0 101010 100010011 101000 101001

Color Harmonies of #713F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F94

Black with #713F94

Text Example


Text Example

White with #713F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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