#7924AF

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

Shades of Purple Heart #7924AF

Tints of Purple Heart #7924AF

Color information

#7924AF (or 0x7924AF) is unknown color: approx Purple Heart. HEX triplet: 79, 24 and AF. RGB value is (121,36,175). Sum of RGB (Red+Green+Blue) = 121+36+175=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #7924AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7924AF is #86DB50. Grayscale: #4C4C4C. Windows color (decimal): -8837969 or 11478137. OLE color: 11478137.

HSL color Cylindrical-coordinate representation of color #7924AF: hue angle of 276.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7924AF is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12136175-
CMYK0.310.7900.31
HSL276.69º65.88%41.37%-
HSV(B)276.69º79.43%68.63%-
XYZ16.258.4241.33-
YUV77.26183.16159.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 36 (14.45% from 255) = 10.84%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=36.45%
G=10.84%
B=52.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121361750.310.7900.31276.6965.8841.37
Hex7924AF1F4F01F1154229
Octal171442573711703742510251
Binary1111001100100101011111111110011110111111000101011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7924AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7924AF; }

 p { color: rgb(121,36,175); }

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

<style>
 a { background-color: #7924AF; }

 a { background-color: rgb(121,36,175); }

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

<style>
 span { border-color: #7924AF; }

 span { border-color: rgb(121,36,175); }

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