Html Css Color HEX #713BAB Royal Purple

📋 copy color: '#713BAB'

red 113 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #713BAB

Tints of Royal Purple #713BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

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

R = 32.94%
G = 17.2%
B = 49.85%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#713BAB (or 0x713BAB) is known color: Royal Purple. HEX triplet: 71, 3B and AB. RGB value is (113,59,171). Sum of RGB (Red+Green+Blue) = 113+59+171=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #713BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BAB is #8EC454. Grayscale: #575757. Windows color (decimal): -9356373 or 11221873. OLE color: 11221873.

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

Color convert

RGB 113 59 171 -
CMYK 0.34 0.65 0 0.33
HSL 268.93º 0.49% 0.45% -
HSV(B) 268.93º 0.65% 0.67% -
XYZ 15.72 9.58 39.55 -
YUV 87.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 113 59 171 0.34 0.65 0 0.33 268.93 0.49 0.45
Hex 71 3B AB 22 41 0 21 10D 31 2D
Octal 161 73 253 42 101 0 41 415 61 55
Binary 1110001 111011 10101011 100010 1000001 0 100001 100001101 110001 101101

Color Harmonies of #713BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BAB

Black with #713BAB

Text Example


Text Example

White with #713BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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