#7A24BF

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

Shades of Purple Heart #7A24BF

Tints of Purple Heart #7A24BF

Color information

#7A24BF (or 0x7A24BF) is unknown color: approx Purple Heart. HEX triplet: 7A, 24 and BF. RGB value is (122,36,191). Sum of RGB (Red+Green+Blue) = 122+36+191=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A24BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A24BF is #85DB40. Grayscale: #4E4E4E. Windows color (decimal): -8772417 or 12526714. OLE color: 12526714.

HSL color Cylindrical-coordinate representation of color #7A24BF: hue angle of 273.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A24BF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12236191-
CMYK0.360.8100.25
HSL273.29º68.28%44.51%-
HSV(B)273.29º81.15%74.9%-
XYZ18.069.1650.11-
YUV79.38190.99158.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 36 (14.45% from 255) = 10.32%
BLUE value IS 191 (75% from 255) = 54.73%
R=34.96%
G=10.32%
B=54.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122361910.360.8100.25273.2968.2844.51
Hex7A24BF2451019111442d
Octal172442774412103142110455
Binary11110101001001011111110010010100010110011000100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A24BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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