Html Css Color HEX #7139AB Royal Purple

📋 copy color: '#7139AB'

red 113 ◦ green 57 ◦ blue 171

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

Shades of Royal Purple #7139AB

Tints of Royal Purple #7139AB

RGB

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

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

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

R = 33.14%
G = 16.72%
B = 50.15%

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

#7139AB (or 0x7139AB) is known color: Royal Purple. HEX triplet: 71, 39 and AB. RGB value is (113,57,171). Sum of RGB (Red+Green+Blue) = 113+57+171=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7139AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7139AB is #8EC654. Grayscale: #565656. Windows color (decimal): -9356885 or 11221361. OLE color: 11221361.

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

Color convert

RGB 113 57 171 -
CMYK 0.34 0.67 0 0.33
HSL 269.47º 0.5% 0.45% -
HSV(B) 269.47º 0.67% 0.67% -
XYZ 15.62 9.38 39.51 -
YUV 86.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 113 57 171 0.34 0.67 0 0.33 269.47 0.5 0.45
Hex 71 39 AB 22 43 0 21 10D 32 2D
Octal 161 71 253 42 103 0 41 415 62 55
Binary 1110001 111001 10101011 100010 1000011 0 100001 100001101 110010 101101

Color Harmonies of #7139AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139AB

Black with #7139AB

Text Example


Text Example

White with #7139AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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