Html Css Color HEX #7129AB Royal Purple

📋 copy color: '#7129AB'

red 113 ◦ green 41 ◦ blue 171

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

Shades of Royal Purple #7129AB

Tints of Royal Purple #7129AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 34.77%
G = 12.62%
B = 52.62%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7129AB (or 0x7129AB) is known color: Royal Purple. HEX triplet: 71, 29 and AB. RGB value is (113,41,171). Sum of RGB (Red+Green+Blue) = 113+41+171=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #7129AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7129AB is #8ED654. Grayscale: #4C4C4C. Windows color (decimal): -9360981 or 11217265. OLE color: 11217265.

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

Color convert

RGB 113 41 171 -
CMYK 0.34 0.76 0 0.33
HSL 273.23º 0.61% 0.42% -
HSV(B) 273.23º 0.76% 0.67% -
XYZ 14.95 8.04 39.29 -
YUV 77.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 113 41 171 0.34 0.76 0 0.33 273.23 0.61 0.42
Hex 71 29 AB 22 4C 0 21 111 3D 2A
Octal 161 51 253 42 114 0 41 421 75 52
Binary 1110001 101001 10101011 100010 1001100 0 100001 100010001 111101 101010

Color Harmonies of #7129AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129AB

Black with #7129AB

Text Example


Text Example

White with #7129AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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