Html Css Color HEX #7139AC Royal Purple

📋 copy color: '#7139AC'

red 113 ◦ green 57 ◦ blue 172

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

Shades of Royal Purple #7139AC

Tints of Royal Purple #7139AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 33.04%
G = 16.67%
B = 50.29%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7139AC (or 0x7139AC) is known color: Royal Purple. HEX triplet: 71, 39 and AC. RGB value is (113,57,172). Sum of RGB (Red+Green+Blue) = 113+57+172=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #7139AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7139AC is #8EC653. Grayscale: #565656. Windows color (decimal): -9356884 or 11286897. OLE color: 11286897.

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

Color convert

RGB 113 57 172 -
CMYK 0.34 0.67 0 0.33
HSL 269.22º 0.5% 0.45% -
HSV(B) 269.22º 0.67% 0.67% -
XYZ 15.72 9.42 40.02 -
YUV 86.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 113 57 172 0.34 0.67 0 0.33 269.22 0.5 0.45
Hex 71 39 AC 22 43 0 21 10D 32 2D
Octal 161 71 254 42 103 0 41 415 62 55
Binary 1110001 111001 10101100 100010 1000011 0 100001 100001101 110010 101101

Color Harmonies of #7139AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139AC

Black with #7139AC

Text Example


Text Example

White with #7139AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7139AC; }

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

 H1.HeaderClassName
 {
   color: #7139AC;
 }
 .AnyTagClassName
 {
   color: #7139AC;
 }
</style>

background-color css

<style>
 a { background-color: #7139AC; }

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

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

border-color css

<style>
 span { border-color: #7139AC; }

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

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