Html Css Color HEX #713199 Royal Purple

📋 copy color: '#713199'

red 113 ◦ green 49 ◦ blue 153

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

Shades of Royal Purple #713199

Tints of Royal Purple #713199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 35.87%
G = 15.56%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#713199 (or 0x713199) is known color: Royal Purple. HEX triplet: 71, 31 and 99. RGB value is (113,49,153). Sum of RGB (Red+Green+Blue) = 113+49+153=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #713199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713199 is #8ECE66. Grayscale: #4F4F4F. Windows color (decimal): -9358951 or 10039665. OLE color: 10039665.

HSL color Cylindrical-coordinate representation of color #713199: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713199 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 49 153 -
CMYK 0.26 0.68 0 0.4
HSL 276.92º 0.51% 0.4% -
HSV(B) 276.92º 0.68% 0.6% -
XYZ 13.66 8.01 30.96 -
YUV 79.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 113 49 153 0.26 0.68 0 0.4 276.92 0.51 0.4
Hex 71 31 99 1A 44 0 28 115 33 28
Octal 161 61 231 32 104 0 50 425 63 50
Binary 1110001 110001 10011001 11010 1000100 0 101000 100010101 110011 101000

Color Harmonies of #713199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713199

Black with #713199

Text Example


Text Example

White with #713199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713199; }

 p { color: rgb(113,49,153); }

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

background-color css

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

 a { background-color: rgb(113,49,153); }

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

border-color css

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

 span { border-color: rgb(113,49,153); }

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