Html Css Color HEX #713D93 Royal Purple

📋 copy color: '#713D93'

red 113 ◦ green 61 ◦ blue 147

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

Shades of Royal Purple #713D93

Tints of Royal Purple #713D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 35.2%
G = 19%
B = 45.79%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713D93 (or 0x713D93) is known color: Royal Purple. HEX triplet: 71, 3D and 93. RGB value is (113,61,147). Sum of RGB (Red+Green+Blue) = 113+61+147=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #713D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D93 is #8EC26C. Grayscale: #565656. Windows color (decimal): -9355885 or 9649521. OLE color: 9649521.

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

Color convert

RGB 113 61 147 -
CMYK 0.23 0.59 0 0.42
HSL 276.28º 0.41% 0.41% -
HSV(B) 276.28º 0.59% 0.58% -
XYZ 13.75 8.95 28.61 -
YUV 86.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 113 61 147 0.23 0.59 0 0.42 276.28 0.41 0.41
Hex 71 3D 93 17 3B 0 2A 114 29 29
Octal 161 75 223 27 73 0 52 424 51 51
Binary 1110001 111101 10010011 10111 111011 0 101010 100010100 101001 101001

Color Harmonies of #713D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D93

Black with #713D93

Text Example


Text Example

White with #713D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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