#7421AA

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

Shades of Royal Purple #7421AA

Tints of Royal Purple #7421AA

Color information

#7421AA (or 0x7421AA) is unknown color: approx Royal Purple. HEX triplet: 74, 21 and AA. RGB value is (116,33,170). Sum of RGB (Red+Green+Blue) = 116+33+170=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #7421AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7421AA is #8BDE55. Grayscale: #484848. Windows color (decimal): -9166422 or 11149684. OLE color: 11149684.

HSL color Cylindrical-coordinate representation of color #7421AA: hue angle of 276.35º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7421AA is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11633170-
CMYK0.320.8100.33
HSL276.35º67.49%39.8%-
HSV(B)276.35º80.59%66.67%-
XYZ157.738.73-
YUV73.43182.5158.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=36.36%
G=10.34%
B=53.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116331700.320.8100.33276.3567.4939.8
Hex7421AA20510211144328
Octal164412524012104142410350
Binary111010010000110101010100000101000101000011000101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7421AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,33,170); }

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

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

 a { background-color: rgb(116,33,170); }

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

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

 span { border-color: rgb(116,33,170); }

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