Html Css Color HEX #713AAB Royal Purple

📋 copy color: '#713AAB'

red 113 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #713AAB

Tints of Royal Purple #713AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 33.04%
G = 16.96%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#713AAB (or 0x713AAB) is known color: Royal Purple. HEX triplet: 71, 3A and AB. RGB value is (113,58,171). Sum of RGB (Red+Green+Blue) = 113+58+171=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #713AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713AAB is #8EC554. Grayscale: #565656. Windows color (decimal): -9356629 or 11221617. OLE color: 11221617.

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

Color convert

RGB 113 58 171 -
CMYK 0.34 0.66 0 0.33
HSL 269.2º 0.49% 0.45% -
HSV(B) 269.2º 0.66% 0.67% -
XYZ 15.67 9.48 39.53 -
YUV 87.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 113 58 171 0.34 0.66 0 0.33 269.2 0.49 0.45
Hex 71 3A AB 22 42 0 21 10D 31 2D
Octal 161 72 253 42 102 0 41 415 61 55
Binary 1110001 111010 10101011 100010 1000010 0 100001 100001101 110001 101101

Color Harmonies of #713AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AAB

Black with #713AAB

Text Example


Text Example

White with #713AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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