Html Css Color HEX #713AA5 Royal Purple

📋 copy color: '#713AA5'

red 113 ◦ green 58 ◦ blue 165

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

Shades of Royal Purple #713AA5

Tints of Royal Purple #713AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.11%

R = 33.63%
G = 17.26%
B = 49.11%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#713AA5 (or 0x713AA5) is known color: Royal Purple. HEX triplet: 71, 3A and A5. RGB value is (113,58,165). Sum of RGB (Red+Green+Blue) = 113+58+165=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #713AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713AA5 is #8EC55A. Grayscale: #565656. Windows color (decimal): -9356635 or 10828401. OLE color: 10828401.

HSL color Cylindrical-coordinate representation of color #713AA5: hue angle of 270.84º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713AA5 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 58 165 -
CMYK 0.32 0.65 0 0.35
HSL 270.84º 0.48% 0.44% -
HSV(B) 270.84º 0.65% 0.65% -
XYZ 15.11 9.25 36.59 -
YUV 86.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 113 58 165 0.32 0.65 0 0.35 270.84 0.48 0.44
Hex 71 3A A5 20 41 0 23 10F 30 2C
Octal 161 72 245 40 101 0 43 417 60 54
Binary 1110001 111010 10100101 100000 1000001 0 100011 100001111 110000 101100

Color Harmonies of #713AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AA5

Black with #713AA5

Text Example


Text Example

White with #713AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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