Html Css Color HEX #713099 Royal Purple

📋 copy color: '#713099'

red 113 ◦ green 48 ◦ blue 153

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

Shades of Royal Purple #713099

Tints of Royal Purple #713099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 35.99%
G = 15.29%
B = 48.73%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#713099 (or 0x713099) is known color: Royal Purple. HEX triplet: 71, 30 and 99. RGB value is (113,48,153). Sum of RGB (Red+Green+Blue) = 113+48+153=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #713099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713099 is #8ECF66. Grayscale: #4F4F4F. Windows color (decimal): -9359207 or 10039409. OLE color: 10039409.

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

Color convert

RGB 113 48 153 -
CMYK 0.26 0.69 0 0.4
HSL 277.14º 0.52% 0.39% -
HSV(B) 277.14º 0.69% 0.6% -
XYZ 13.62 7.92 30.95 -
YUV 79.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 113 48 153 0.26 0.69 0 0.4 277.14 0.52 0.39
Hex 71 30 99 1A 45 0 28 115 34 27
Octal 161 60 231 32 105 0 50 425 64 47
Binary 1110001 110000 10011001 11010 1000101 0 101000 100010101 110100 100111

Color Harmonies of #713099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713099

Black with #713099

Text Example


Text Example

White with #713099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713099; }

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

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

background-color css

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

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

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

border-color css

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

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

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