Html Css Color HEX #713893 Royal Purple

📋 copy color: '#713893'

red 113 ◦ green 56 ◦ blue 147

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

Shades of Royal Purple #713893

Tints of Royal Purple #713893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 35.76%
G = 17.72%
B = 46.52%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713893 (or 0x713893) is known color: Royal Purple. HEX triplet: 71, 38 and 93. RGB value is (113,56,147). Sum of RGB (Red+Green+Blue) = 113+56+147=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #713893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713893 is #8EC76C. Grayscale: #535353. Windows color (decimal): -9357165 or 9648241. OLE color: 9648241.

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

Color convert

RGB 113 56 147 -
CMYK 0.23 0.62 0 0.42
HSL 277.58º 0.45% 0.4% -
HSV(B) 277.58º 0.62% 0.58% -
XYZ 13.49 8.45 28.52 -
YUV 83.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 113 56 147 0.23 0.62 0 0.42 277.58 0.45 0.4
Hex 71 38 93 17 3E 0 2A 116 2D 28
Octal 161 70 223 27 76 0 52 426 55 50
Binary 1110001 111000 10010011 10111 111110 0 101010 100010110 101101 101000

Color Harmonies of #713893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713893

Black with #713893

Text Example


Text Example

White with #713893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713893; }

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

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

background-color css

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

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

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

border-color css

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

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

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