Html Css Color HEX #713B93 Royal Purple

📋 copy color: '#713B93'

red 113 ◦ green 59 ◦ blue 147

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

Shades of Royal Purple #713B93

Tints of Royal Purple #713B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.5%

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 35.42%
G = 18.5%
B = 46.08%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713B93 (or 0x713B93) is known color: Royal Purple. HEX triplet: 71, 3B and 93. RGB value is (113,59,147). Sum of RGB (Red+Green+Blue) = 113+59+147=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #713B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B93 is #8EC46C. Grayscale: #545454. Windows color (decimal): -9356397 or 9649009. OLE color: 9649009.

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

Color convert

RGB 113 59 147 -
CMYK 0.23 0.60 0 0.42
HSL 276.82º 0.43% 0.4% -
HSV(B) 276.82º 0.6% 0.58% -
XYZ 13.64 8.75 28.57 -
YUV 85.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 113 59 147 0.23 0.60 0 0.42 276.82 0.43 0.4
Hex 71 3B 93 17 3C 0 2A 115 2B 28
Octal 161 73 223 27 74 0 52 425 53 50
Binary 1110001 111011 10010011 10111 111100 0 101010 100010101 101011 101000

Color Harmonies of #713B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B93

Black with #713B93

Text Example


Text Example

White with #713B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,147); }

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

background-color css

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

 a { background-color: rgb(113,59,147); }

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

border-color css

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

 span { border-color: rgb(113,59,147); }

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