Html Css Color HEX #713797 Royal Purple

📋 copy color: '#713797'

red 113 ◦ green 55 ◦ blue 151

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

Shades of Royal Purple #713797

Tints of Royal Purple #713797

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 35.42%
G = 17.24%
B = 47.34%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#713797 (or 0x713797) is known color: Royal Purple. HEX triplet: 71, 37 and 97. RGB value is (113,55,151). Sum of RGB (Red+Green+Blue) = 113+55+151=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #713797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713797 is #8EC868. Grayscale: #525252. Windows color (decimal): -9357417 or 9910129. OLE color: 9910129.

HSL color Cylindrical-coordinate representation of color #713797: hue angle of 276.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713797 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 55 151 -
CMYK 0.25 0.64 0 0.41
HSL 276.25º 0.47% 0.4% -
HSV(B) 276.25º 0.64% 0.59% -
XYZ 13.76 8.48 30.19 -
YUV 83.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 113 55 151 0.25 0.64 0 0.41 276.25 0.47 0.4
Hex 71 37 97 19 40 0 29 114 2F 28
Octal 161 67 227 31 100 0 51 424 57 50
Binary 1110001 110111 10010111 11001 1000000 0 101001 100010100 101111 101000

Color Harmonies of #713797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713797

Black with #713797

Text Example


Text Example

White with #713797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713797; }

 p { color: rgb(113,55,151); }

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

background-color css

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

 a { background-color: rgb(113,55,151); }

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

border-color css

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

 span { border-color: rgb(113,55,151); }

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