#7424C9

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

Shades of Purple Heart #7424C9

Tints of Purple Heart #7424C9

Color information

#7424C9 (or 0x7424C9) is unknown color: approx Purple Heart. HEX triplet: 74, 24 and C9. RGB value is (116,36,201). Sum of RGB (Red+Green+Blue) = 116+36+201=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #7424C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424C9 is #8BDB36. Grayscale: #4E4E4E. Windows color (decimal): -9165623 or 13182068. OLE color: 13182068.

HSL color Cylindrical-coordinate representation of color #7424C9: hue angle of 269.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7424C9 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11636201-
CMYK0.420.8200.21
HSL269.09º69.62%46.47%-
HSV(B)269.09º82.09%78.82%-
XYZ18.389.1956.06-
YUV78.73197154.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 36 (14.45% from 255) = 10.20%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=32.86%
G=10.20%
B=56.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116362010.420.8200.21269.0969.6246.47
Hex7424C92A5201510d462e
Octal164443115212202541510656
Binary11101001001001100100110101010100100101011000011011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7424C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7424C9; }

 p { color: rgb(116,36,201); }

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

<style>
 a { background-color: #7424C9; }

 a { background-color: rgb(116,36,201); }

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

<style>
 span { border-color: #7424C9; }

 span { border-color: rgb(116,36,201); }

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