Html Css Color HEX #713495 Royal Purple

📋 copy color: '#713495'

red 113 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #713495

Tints of Royal Purple #713495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 35.99%
G = 16.56%
B = 47.45%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713495 (or 0x713495) is known color: Royal Purple. HEX triplet: 71, 34 and 95. RGB value is (113,52,149). Sum of RGB (Red+Green+Blue) = 113+52+149=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #713495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713495 is #8ECB6A. Grayscale: #505050. Windows color (decimal): -9358187 or 9778289. OLE color: 9778289.

HSL color Cylindrical-coordinate representation of color #713495: hue angle of 277.73º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713495 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 52 149 -
CMYK 0.24 0.65 0 0.42
HSL 277.73º 0.48% 0.39% -
HSV(B) 277.73º 0.65% 0.58% -
XYZ 13.46 8.14 29.29 -
YUV 81.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 113 52 149 0.24 0.65 0 0.42 277.73 0.48 0.39
Hex 71 34 95 18 41 0 2A 116 30 27
Octal 161 64 225 30 101 0 52 426 60 47
Binary 1110001 110100 10010101 11000 1000001 0 101010 100010110 110000 100111

Color Harmonies of #713495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713495

Black with #713495

Text Example


Text Example

White with #713495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713495; }

 p { color: rgb(113,52,149); }

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

background-color css

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

 a { background-color: rgb(113,52,149); }

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

border-color css

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

 span { border-color: rgb(113,52,149); }

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