Html Css Color HEX #7125AA Royal Purple

📋 copy color: '#7125AA'

red 113 ◦ green 37 ◦ blue 170

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

Shades of Royal Purple #7125AA

Tints of Royal Purple #7125AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 35.31%
G = 11.56%
B = 53.13%

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

#7125AA (or 0x7125AA) is known color: Royal Purple. HEX triplet: 71, 25 and AA. RGB value is (113,37,170). Sum of RGB (Red+Green+Blue) = 113+37+170=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #7125AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7125AA is #8EDA55. Grayscale: #4A4A4A. Windows color (decimal): -9362006 or 11150705. OLE color: 11150705.

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

Color convert

RGB 113 37 170 -
CMYK 0.34 0.78 0 0.33
HSL 274.29º 0.64% 0.41% -
HSV(B) 274.29º 0.78% 0.67% -
XYZ 14.73 7.74 38.75 -
YUV 74.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 113 37 170 0.34 0.78 0 0.33 274.29 0.64 0.41
Hex 71 25 AA 22 4E 0 21 112 40 29
Octal 161 45 252 42 116 0 41 422 100 51
Binary 1110001 100101 10101010 100010 1001110 0 100001 100010010 1000000 101001

Color Harmonies of #7125AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7125AA

Black with #7125AA

Text Example


Text Example

White with #7125AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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