Html Css Color HEX #7139AD Royal Purple

📋 copy color: '#7139AD'

red 113 ◦ green 57 ◦ blue 173

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

Shades of Royal Purple #7139AD

Tints of Royal Purple #7139AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 32.94%
G = 16.62%
B = 50.44%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7139AD (or 0x7139AD) is known color: Royal Purple. HEX triplet: 71, 39 and AD. RGB value is (113,57,173). Sum of RGB (Red+Green+Blue) = 113+57+173=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #7139AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7139AD is #8EC652. Grayscale: #565656. Windows color (decimal): -9356883 or 11352433. OLE color: 11352433.

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

Color convert

RGB 113 57 173 -
CMYK 0.35 0.67 0 0.32
HSL 268.97º 0.5% 0.45% -
HSV(B) 268.97º 0.67% 0.68% -
XYZ 15.82 9.45 40.53 -
YUV 86.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 113 57 173 0.35 0.67 0 0.32 268.97 0.5 0.45
Hex 71 39 AD 23 43 0 20 10D 32 2D
Octal 161 71 255 43 103 0 40 415 62 55
Binary 1110001 111001 10101101 100011 1000011 0 100000 100001101 110010 101101

Color Harmonies of #7139AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139AD

Black with #7139AD

Text Example


Text Example

White with #7139AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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