Html Css Color HEX #713299 Royal Purple

📋 copy color: '#713299'

red 113 ◦ green 50 ◦ blue 153

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

Shades of Royal Purple #713299

Tints of Royal Purple #713299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 35.76%
G = 15.82%
B = 48.42%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#713299 (or 0x713299) is known color: Royal Purple. HEX triplet: 71, 32 and 99. RGB value is (113,50,153). Sum of RGB (Red+Green+Blue) = 113+50+153=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #713299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713299 is #8ECD66. Grayscale: #505050. Windows color (decimal): -9358695 or 10039921. OLE color: 10039921.

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

Color convert

RGB 113 50 153 -
CMYK 0.26 0.67 0 0.4
HSL 276.7º 0.51% 0.4% -
HSV(B) 276.7º 0.67% 0.6% -
XYZ 13.7 8.09 30.98 -
YUV 80.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 113 50 153 0.26 0.67 0 0.4 276.7 0.51 0.4
Hex 71 32 99 1A 43 0 28 115 33 28
Octal 161 62 231 32 103 0 50 425 63 50
Binary 1110001 110010 10011001 11010 1000011 0 101000 100010101 110011 101000

Color Harmonies of #713299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713299

Black with #713299

Text Example


Text Example

White with #713299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713299; }

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

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

background-color css

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

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

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

border-color css

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

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

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