Html Css Color HEX #713AA9 Royal Purple

📋 copy color: '#713AA9'

red 113 ◦ green 58 ◦ blue 169

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

Shades of Royal Purple #713AA9

Tints of Royal Purple #713AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.71%

R = 33.24%
G = 17.06%
B = 49.71%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#713AA9 (or 0x713AA9) is known color: Royal Purple. HEX triplet: 71, 3A and A9. RGB value is (113,58,169). Sum of RGB (Red+Green+Blue) = 113+58+169=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #713AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713AA9 is #8EC556. Grayscale: #565656. Windows color (decimal): -9356631 or 11090545. OLE color: 11090545.

HSL color Cylindrical-coordinate representation of color #713AA9: hue angle of 269.73º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713AA9 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 58 169 -
CMYK 0.33 0.66 0 0.34
HSL 269.73º 0.49% 0.45% -
HSV(B) 269.73º 0.66% 0.66% -
XYZ 15.48 9.4 38.53 -
YUV 87.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 113 58 169 0.33 0.66 0 0.34 269.73 0.49 0.45
Hex 71 3A A9 21 42 0 22 10E 31 2D
Octal 161 72 251 41 102 0 42 416 61 55
Binary 1110001 111010 10101001 100001 1000010 0 100010 100001110 110001 101101

Color Harmonies of #713AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AA9

Black with #713AA9

Text Example


Text Example

White with #713AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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