Html Css Color HEX #713A92 Royal Purple

📋 copy color: '#713A92'

red 113 ◦ green 58 ◦ blue 146

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

Shades of Royal Purple #713A92

Tints of Royal Purple #713A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 35.65%
G = 18.3%
B = 46.06%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713A92 (or 0x713A92) is known color: Royal Purple. HEX triplet: 71, 3A and 92. RGB value is (113,58,146). Sum of RGB (Red+Green+Blue) = 113+58+146=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #713A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713A92 is #8EC56D. Grayscale: #545454. Windows color (decimal): -9356654 or 9583217. OLE color: 9583217.

HSL color Cylindrical-coordinate representation of color #713A92: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713A92 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 58 146 -
CMYK 0.23 0.60 0 0.43
HSL 277.5º 0.43% 0.4% -
HSV(B) 277.5º 0.6% 0.57% -
XYZ 13.51 8.61 28.14 -
YUV 84.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 113 58 146 0.23 0.60 0 0.43 277.5 0.43 0.4
Hex 71 3A 92 17 3C 0 2B 116 2B 28
Octal 161 72 222 27 74 0 53 426 53 50
Binary 1110001 111010 10010010 10111 111100 0 101011 100010110 101011 101000

Color Harmonies of #713A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A92

Black with #713A92

Text Example


Text Example

White with #713A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,146); }

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

background-color css

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

 a { background-color: rgb(113,58,146); }

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

border-color css

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

 span { border-color: rgb(113,58,146); }

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