Html Css Color HEX #7129AD Royal Purple

📋 copy color: '#7129AD'

red 113 ◦ green 41 ◦ blue 173

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

Shades of Royal Purple #7129AD

Tints of Royal Purple #7129AD

RGB

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

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

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

R = 34.56%
G = 12.54%
B = 52.91%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7129AD (or 0x7129AD) is known color: Royal Purple. HEX triplet: 71, 29 and AD. RGB value is (113,41,173). Sum of RGB (Red+Green+Blue) = 113+41+173=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #7129AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7129AD is #8ED652. Grayscale: #4D4D4D. Windows color (decimal): -9360979 or 11348337. OLE color: 11348337.

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

Color convert

RGB 113 41 173 -
CMYK 0.35 0.76 0 0.32
HSL 272.73º 0.62% 0.42% -
HSV(B) 272.73º 0.76% 0.68% -
XYZ 15.15 8.11 40.3 -
YUV 77.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 113 41 173 0.35 0.76 0 0.32 272.73 0.62 0.42
Hex 71 29 AD 23 4C 0 20 111 3E 2A
Octal 161 51 255 43 114 0 40 421 76 52
Binary 1110001 101001 10101101 100011 1001100 0 100000 100010001 111110 101010

Color Harmonies of #7129AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129AD

Black with #7129AD

Text Example


Text Example

White with #7129AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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