Html Css Color HEX #713599 Royal Purple

📋 copy color: '#713599'

red 113 ◦ green 53 ◦ blue 153

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

Shades of Royal Purple #713599

Tints of Royal Purple #713599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 35.42%
G = 16.61%
B = 47.96%

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

#713599 (or 0x713599) is known color: Royal Purple. HEX triplet: 71, 35 and 99. RGB value is (113,53,153). Sum of RGB (Red+Green+Blue) = 113+53+153=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #713599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713599 is #8ECA66. Grayscale: #525252. Windows color (decimal): -9357927 or 10040689. OLE color: 10040689.

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

Color convert

RGB 113 53 153 -
CMYK 0.26 0.65 0 0.4
HSL 276º 0.49% 0.4% -
HSV(B) 276º 0.65% 0.6% -
XYZ 13.83 8.36 31.02 -
YUV 82.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 113 53 153 0.26 0.65 0 0.4 276 0.49 0.4
Hex 71 35 99 1A 41 0 28 114 31 28
Octal 161 65 231 32 101 0 50 424 61 50
Binary 1110001 110101 10011001 11010 1000001 0 101000 100010100 110001 101000

Color Harmonies of #713599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713599

Black with #713599

Text Example


Text Example

White with #713599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713599; }

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

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

background-color css

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

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

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

border-color css

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

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

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