Html Css Color HEX #713992 Royal Purple

📋 copy color: '#713992'

red 113 ◦ green 57 ◦ blue 146

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

Shades of Royal Purple #713992

Tints of Royal Purple #713992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 35.76%
G = 18.04%
B = 46.2%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713992 (or 0x713992) is known color: Royal Purple. HEX triplet: 71, 39 and 92. RGB value is (113,57,146). Sum of RGB (Red+Green+Blue) = 113+57+146=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #713992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713992 is #8EC66D. Grayscale: #535353. Windows color (decimal): -9356910 or 9582961. OLE color: 9582961.

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

Color convert

RGB 113 57 146 -
CMYK 0.23 0.61 0 0.43
HSL 277.75º 0.44% 0.4% -
HSV(B) 277.75º 0.61% 0.57% -
XYZ 13.46 8.51 28.13 -
YUV 83.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 113 57 146 0.23 0.61 0 0.43 277.75 0.44 0.4
Hex 71 39 92 17 3D 0 2B 116 2C 28
Octal 161 71 222 27 75 0 53 426 54 50
Binary 1110001 111001 10010010 10111 111101 0 101011 100010110 101100 101000

Color Harmonies of #713992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713992

Black with #713992

Text Example


Text Example

White with #713992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713992; }

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

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

background-color css

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

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

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

border-color css

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

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

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