#7420A9

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

Shades of Royal Purple #7420A9

Tints of Royal Purple #7420A9

Color information

#7420A9 (or 0x7420A9) is unknown color: approx Royal Purple. HEX triplet: 74, 20 and A9. RGB value is (116,32,169). Sum of RGB (Red+Green+Blue) = 116+32+169=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #7420A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7420A9 is #8BDF56. Grayscale: #484848. Windows color (decimal): -9166679 or 11083892. OLE color: 11083892.

HSL color Cylindrical-coordinate representation of color #7420A9: hue angle of 276.79º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7420A9 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11632169-
CMYK0.310.8100.34
HSL276.79º68.16%39.41%-
HSV(B)276.79º81.07%66.27%-
XYZ14.887.6138.22-
YUV72.73182.33158.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=36.59%
G=10.09%
B=53.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116321690.310.8100.34276.7968.1639.41
Hex7420A91F510221154427
Octal164402513712104242510447
Binary11101001000001010100111111101000101000101000101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7420A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7420A9; }

 p { color: rgb(116,32,169); }

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

<style>
 a { background-color: #7420A9; }

 a { background-color: rgb(116,32,169); }

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

<style>
 span { border-color: #7420A9; }

 span { border-color: rgb(116,32,169); }

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