#7A24C9

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

Shades of Purple Heart #7A24C9

Tints of Purple Heart #7A24C9

Color information

#7A24C9 (or 0x7A24C9) is unknown color: approx Purple Heart. HEX triplet: 7A, 24 and C9. RGB value is (122,36,201). Sum of RGB (Red+Green+Blue) = 122+36+201=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A24C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A24C9 is #85DB36. Grayscale: #4F4F4F. Windows color (decimal): -8772407 or 13182074. OLE color: 13182074.

HSL color Cylindrical-coordinate representation of color #7A24C9: hue angle of 271.27º 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 #7A24C9 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12236201-
CMYK0.390.8200.21
HSL271.27º69.62%46.47%-
HSV(B)271.27º82.09%78.82%-
XYZ19.29.6256.1-
YUV80.52195.99157.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 36 (14.45% from 255) = 10.03%
BLUE value IS 201 (78.91% from 255) = 55.99%
R=33.98%
G=10.03%
B=55.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122362010.390.8200.21271.2769.6246.47
Hex7A24C9275201510f462e
Octal172443114712202541710656
Binary11110101001001100100110011110100100101011000011111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A24C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A24C9; }

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

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

<style>
 a { background-color: #7A24C9; }

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

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

<style>
 span { border-color: #7A24C9; }

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

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