#7824AF

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

Shades of Purple Heart #7824AF

Tints of Purple Heart #7824AF

Color information

#7824AF (or 0x7824AF) is unknown color: approx Purple Heart. HEX triplet: 78, 24 and AF. RGB value is (120,36,175). Sum of RGB (Red+Green+Blue) = 120+36+175=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #7824AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7824AF is #87DB50. Grayscale: #4C4C4C. Windows color (decimal): -8903505 or 11478136. OLE color: 11478136.

HSL color Cylindrical-coordinate representation of color #7824AF: hue angle of 276.26º 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 #7824AF is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12036175-
CMYK0.310.7900.31
HSL276.26º65.88%41.37%-
HSV(B)276.26º79.43%68.63%-
XYZ16.118.3541.32-
YUV76.96183.33158.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 36 (14.45% from 255) = 10.88%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=36.25%
G=10.88%
B=52.87%

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
Decimal120361750.310.7900.31276.2665.8841.37
Hex7824AF1F4F01F1144229
Octal170442573711703742410251
Binary1111000100100101011111111110011110111111000101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7824AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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