Html Css Color HEX #713EA0 Royal Purple

📋 copy color: '#713EA0'

red 113 ◦ green 62 ◦ blue 160

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

Shades of Royal Purple #713EA0

Tints of Royal Purple #713EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 160 (62.89% from 255) = 47.76%

R = 33.73%
G = 18.51%
B = 47.76%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#713EA0 (or 0x713EA0) is known color: Royal Purple. HEX triplet: 71, 3E and A0. RGB value is (113,62,160). Sum of RGB (Red+Green+Blue) = 113+62+160=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #713EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713EA0 is #8EC15F. Grayscale: #585858. Windows color (decimal): -9355616 or 10501745. OLE color: 10501745.

HSL color Cylindrical-coordinate representation of color #713EA0: hue angle of 271.22º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713EA0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 62 160 -
CMYK 0.29 0.61 0 0.37
HSL 271.22º 0.44% 0.44% -
HSV(B) 271.22º 0.61% 0.63% -
XYZ 14.88 9.49 34.31 -
YUV 88.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 113 62 160 0.29 0.61 0 0.37 271.22 0.44 0.44
Hex 71 3E A0 1D 3D 0 25 10F 2C 2C
Octal 161 76 240 35 75 0 45 417 54 54
Binary 1110001 111110 10100000 11101 111101 0 100101 100001111 101100 101100

Color Harmonies of #713EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EA0

Black with #713EA0

Text Example


Text Example

White with #713EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713EA0; }

 p { color: rgb(113,62,160); }

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

background-color css

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

 a { background-color: rgb(113,62,160); }

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

border-color css

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

 span { border-color: rgb(113,62,160); }

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