Html Css Color HEX #713AAC Royal Purple

📋 copy color: '#713AAC'

red 113 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #713AAC

Tints of Royal Purple #713AAC

RGB

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

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

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

R = 32.94%
G = 16.91%
B = 50.15%

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

#713AAC (or 0x713AAC) is known color: Royal Purple. HEX triplet: 71, 3A and AC. RGB value is (113,58,172). Sum of RGB (Red+Green+Blue) = 113+58+172=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #713AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713AAC is #8EC553. Grayscale: #575757. Windows color (decimal): -9356628 or 11287153. OLE color: 11287153.

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

Color convert

RGB 113 58 172 -
CMYK 0.34 0.66 0 0.33
HSL 268.95º 0.5% 0.45% -
HSV(B) 268.95º 0.66% 0.67% -
XYZ 15.77 9.52 40.04 -
YUV 87.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 113 58 172 0.34 0.66 0 0.33 268.95 0.5 0.45
Hex 71 3A AC 22 42 0 21 10D 32 2D
Octal 161 72 254 42 102 0 41 415 62 55
Binary 1110001 111010 10101100 100010 1000010 0 100001 100001101 110010 101101

Color Harmonies of #713AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AAC

Black with #713AAC

Text Example


Text Example

White with #713AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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