Html Css Color HEX #713BAC Royal Purple

📋 copy color: '#713BAC'

red 113 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #713BAC

Tints of Royal Purple #713BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 32.85%
G = 17.15%
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

#713BAC (or 0x713BAC) is known color: Royal Purple. HEX triplet: 71, 3B and AC. RGB value is (113,59,172). Sum of RGB (Red+Green+Blue) = 113+59+172=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #713BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BAC is #8EC453. Grayscale: #575757. Windows color (decimal): -9356372 or 11287409. OLE color: 11287409.

HSL color Cylindrical-coordinate representation of color #713BAC: hue angle of 268.67º 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 #713BAC is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 59 172 -
CMYK 0.34 0.66 0 0.33
HSL 268.67º 0.49% 0.45% -
HSV(B) 268.67º 0.66% 0.67% -
XYZ 15.82 9.62 40.05 -
YUV 88.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 113 59 172 0.34 0.66 0 0.33 268.67 0.49 0.45
Hex 71 3B AC 22 42 0 21 10D 31 2D
Octal 161 73 254 42 102 0 41 415 61 55
Binary 1110001 111011 10101100 100010 1000010 0 100001 100001101 110001 101101

Color Harmonies of #713BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BAC

Black with #713BAC

Text Example


Text Example

White with #713BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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