Html Css Color HEX #7126AB Royal Purple

📋 copy color: '#7126AB'

red 113 ◦ green 38 ◦ blue 171

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

Shades of Royal Purple #7126AB

Tints of Royal Purple #7126AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 35.09%
G = 11.8%
B = 53.11%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7126AB (or 0x7126AB) is known color: Royal Purple. HEX triplet: 71, 26 and AB. RGB value is (113,38,171). Sum of RGB (Red+Green+Blue) = 113+38+171=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7126AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7126AB is #8ED954. Grayscale: #4B4B4B. Windows color (decimal): -9361749 or 11216497. OLE color: 11216497.

HSL color Cylindrical-coordinate representation of color #7126AB: hue angle of 273.83º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7126AB is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 38 171 -
CMYK 0.34 0.78 0 0.33
HSL 273.83º 0.64% 0.41% -
HSV(B) 273.83º 0.78% 0.67% -
XYZ 14.85 7.84 39.26 -
YUV 75.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 113 38 171 0.34 0.78 0 0.33 273.83 0.64 0.41
Hex 71 26 AB 22 4E 0 21 112 40 29
Octal 161 46 253 42 116 0 41 422 100 51
Binary 1110001 100110 10101011 100010 1001110 0 100001 100010010 1000000 101001

Color Harmonies of #7126AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126AB

Black with #7126AB

Text Example


Text Example

White with #7126AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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