#7124A7

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

Shades of Royal Purple #7124A7

Tints of Royal Purple #7124A7

Color information

#7124A7 (or 0x7124A7) is unknown color: approx Royal Purple. HEX triplet: 71, 24 and A7. RGB value is (113,36,167). Sum of RGB (Red+Green+Blue) = 113+36+167=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #7124A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A7 is #8EDB58. Grayscale: #494949. Windows color (decimal): -9362265 or 10953841. OLE color: 10953841.

HSL color Cylindrical-coordinate representation of color #7124A7: hue angle of 275.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7124A7 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11336167-
CMYK0.320.7800.35
HSL275.27º64.53%39.8%-
HSV(B)275.27º78.44%65.49%-
XYZ14.427.5637.26-
YUV73.96180.51155.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 167 (65.62% from 255) = 52.85%
R=35.76%
G=11.39%
B=52.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113361670.320.7800.35275.2764.5339.8
Hex7124A7204E0231134128
Octal161442474011604342310150
Binary111000110010010100111100000100111001000111000100111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7124A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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