Html Css Color HEX #7128AA Royal Purple

📋 copy color: '#7128AA'

red 113 ◦ green 40 ◦ blue 170

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

Shades of Royal Purple #7128AA

Tints of Royal Purple #7128AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 34.98%
G = 12.38%
B = 52.63%

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

#7128AA (or 0x7128AA) is known color: Royal Purple. HEX triplet: 71, 28 and AA. RGB value is (113,40,170). Sum of RGB (Red+Green+Blue) = 113+40+170=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #7128AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7128AA is #8ED755. Grayscale: #4C4C4C. Windows color (decimal): -9361238 or 11151473. OLE color: 11151473.

HSL color Cylindrical-coordinate representation of color #7128AA: hue angle of 273.69º degrees, saturation: 0.62, 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 #7128AA is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 40 170 -
CMYK 0.34 0.76 0 0.33
HSL 273.69º 0.62% 0.41% -
HSV(B) 273.69º 0.76% 0.67% -
XYZ 14.82 7.93 38.78 -
YUV 76.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 113 40 170 0.34 0.76 0 0.33 273.69 0.62 0.41
Hex 71 28 AA 22 4C 0 21 112 3E 29
Octal 161 50 252 42 114 0 41 422 76 51
Binary 1110001 101000 10101010 100010 1001100 0 100001 100010010 111110 101001

Color Harmonies of #7128AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128AA

Black with #7128AA

Text Example


Text Example

White with #7128AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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