Html Css Color HEX #7129AA Royal Purple

📋 copy color: '#7129AA'

red 113 ◦ green 41 ◦ blue 170

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

Shades of Royal Purple #7129AA

Tints of Royal Purple #7129AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 34.88%
G = 12.65%
B = 52.47%

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

#7129AA (or 0x7129AA) is known color: Royal Purple. HEX triplet: 71, 29 and AA. RGB value is (113,41,170). Sum of RGB (Red+Green+Blue) = 113+41+170=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #7129AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7129AA is #8ED655. Grayscale: #4C4C4C. Windows color (decimal): -9360982 or 11151729. OLE color: 11151729.

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

Color convert

RGB 113 41 170 -
CMYK 0.34 0.76 0 0.33
HSL 273.49º 0.61% 0.41% -
HSV(B) 273.49º 0.76% 0.67% -
XYZ 14.86 8 38.79 -
YUV 77.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 113 41 170 0.34 0.76 0 0.33 273.49 0.61 0.41
Hex 71 29 AA 22 4C 0 21 111 3D 29
Octal 161 51 252 42 114 0 41 421 75 51
Binary 1110001 101001 10101010 100010 1001100 0 100001 100010001 111101 101001

Color Harmonies of #7129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129AA

Black with #7129AA

Text Example


Text Example

White with #7129AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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