#7121A7

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

Shades of Royal Purple #7121A7

Tints of Royal Purple #7121A7

Color information

#7121A7 (or 0x7121A7) is unknown color: approx Royal Purple. HEX triplet: 71, 21 and A7. RGB value is (113,33,167). Sum of RGB (Red+Green+Blue) = 113+33+167=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 167 (65.62% from 255 or 53.35% from 313); Max value from RGB is 167 - color contains mainly: blue. Hex color #7121A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7121A7 is #8EDE58. Grayscale: #474747. Windows color (decimal): -9363033 or 10953073. OLE color: 10953073.

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

Color convert

RGB11333167-
CMYK0.320.8000.35
HSL275.82º67%39.22%-
HSV(B)275.82º80.24%65.49%-
XYZ14.337.3937.23-
YUV72.2181.5157.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 167 (65.62% from 255) = 53.35%
R=36.10%
G=10.54%
B=53.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113331670.320.8000.35275.826739.22
Hex7121A720500231144327
Octal161412474012004342410347
Binary111000110000110100111100000101000001000111000101001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7121A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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