#7124A8

Color #7124A8 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7124A8

Tints of Royal Purple #7124A8

Color information

#7124A8 (or 0x7124A8) is unknown color: approx Royal Purple. HEX triplet: 71, 24 and A8. RGB value is (113,36,168). Sum of RGB (Red+Green+Blue) = 113+36+168=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #7124A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A8 is #8EDB57. Grayscale: #494949. Windows color (decimal): -9362264 or 11019377. OLE color: 11019377.

HSL color Cylindrical-coordinate representation of color #7124A8: hue angle of 275º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7124A8 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11336168-
CMYK0.330.7900.34
HSL275º64.71%40%-
HSV(B)275º78.57%65.88%-
XYZ14.517.637.75-
YUV74.07181.01155.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 168 (66.02% from 255) = 53.00%
R=35.65%
G=11.36%
B=53.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal113361680.330.7900.3427564.7140
Hex7124A8214F0221134128
Octal161442504111704242310150
Binary111000110010010101000100001100111101000101000100111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7124A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7124A8; }

 p { color: rgb(113,36,168); }

 H1.HeaderClassName
 {
   color: #7124A8;
 }
 .AnyTagClassName
 {
   color: #7124A8;
 }
</style>
background-color css

<style>
 a { background-color: #7124A8; }

 a { background-color: rgb(113,36,168); }

 div.DivClassName
 {
   background-color: #7124A8;
 }
 .BgClassName
 {
   background-color: #7124A8;
 }
</style>
border-color css

<style>
 span { border-color: #7124A8; }

 span { border-color: rgb(113,36,168); }

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