Html Css Color HEX #713697 Royal Purple

📋 copy color: '#713697'

red 113 ◦ green 54 ◦ blue 151

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

Shades of Royal Purple #713697

Tints of Royal Purple #713697

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 35.53%
G = 16.98%
B = 47.48%

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

#713697 (or 0x713697) is known color: Royal Purple. HEX triplet: 71, 36 and 97. RGB value is (113,54,151). Sum of RGB (Red+Green+Blue) = 113+54+151=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #713697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713697 is #8EC968. Grayscale: #525252. Windows color (decimal): -9357673 or 9909873. OLE color: 9909873.

HSL color Cylindrical-coordinate representation of color #713697: hue angle of 276.49º 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 #713697 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 54 151 -
CMYK 0.25 0.64 0 0.41
HSL 276.49º 0.47% 0.4% -
HSV(B) 276.49º 0.64% 0.59% -
XYZ 13.72 8.38 30.17 -
YUV 82.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 113 54 151 0.25 0.64 0 0.41 276.49 0.47 0.4
Hex 71 36 97 19 40 0 29 114 2F 28
Octal 161 66 227 31 100 0 51 424 57 50
Binary 1110001 110110 10010111 11001 1000000 0 101001 100010100 101111 101000

Color Harmonies of #713697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713697

Black with #713697

Text Example


Text Example

White with #713697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713697; }

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

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

background-color css

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

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

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

border-color css

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

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

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