#7421AE

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

Shades of Purple Heart #7421AE

Tints of Purple Heart #7421AE

Color information

#7421AE (or 0x7421AE) is unknown color: approx Purple Heart. HEX triplet: 74, 21 and AE. RGB value is (116,33,174). Sum of RGB (Red+Green+Blue) = 116+33+174=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #7421AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7421AE is #8BDE51. Grayscale: #494949. Windows color (decimal): -9166418 or 11411828. OLE color: 11411828.

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

Color convert

RGB11633174-
CMYK0.330.8100.32
HSL275.32º68.12%40.59%-
HSV(B)275.32º81.03%68.24%-
XYZ15.397.8640.75-
YUV73.89184.5158.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=35.91%
G=10.22%
B=53.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116331740.330.8100.32275.3268.1240.59
Hex7421AE21510201134429
Octal164412564112104042310451
Binary111010010000110101110100001101000101000001000100111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7421AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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