Html Css Color HEX #713699 Royal Purple

📋 copy color: '#713699'

red 113 ◦ green 54 ◦ blue 153

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

Shades of Royal Purple #713699

Tints of Royal Purple #713699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 35.31%
G = 16.88%
B = 47.81%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#713699 (or 0x713699) is known color: Royal Purple. HEX triplet: 71, 36 and 99. RGB value is (113,54,153). Sum of RGB (Red+Green+Blue) = 113+54+153=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #713699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713699 is #8EC966. Grayscale: #525252. Windows color (decimal): -9357671 or 10040945. OLE color: 10040945.

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

Color convert

RGB 113 54 153 -
CMYK 0.26 0.65 0 0.4
HSL 275.76º 0.48% 0.41% -
HSV(B) 275.76º 0.65% 0.6% -
XYZ 13.88 8.45 31.04 -
YUV 82.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 113 54 153 0.26 0.65 0 0.4 275.76 0.48 0.41
Hex 71 36 99 1A 41 0 28 114 30 29
Octal 161 66 231 32 101 0 50 424 60 51
Binary 1110001 110110 10011001 11010 1000001 0 101000 100010100 110000 101001

Color Harmonies of #713699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713699

Black with #713699

Text Example


Text Example

White with #713699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713699; }

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

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

background-color css

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

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

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

border-color css

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

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

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