#7028AE

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

Shades of Purple Heart #7028AE

Tints of Purple Heart #7028AE

Color information

#7028AE (or 0x7028AE) is unknown color: approx Purple Heart. HEX triplet: 70, 28 and AE. RGB value is (112,40,174). Sum of RGB (Red+Green+Blue) = 112+40+174=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7028AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7028AE is #8FD751. Grayscale: #4C4C4C. Windows color (decimal): -9426770 or 11413616. OLE color: 11413616.

HSL color Cylindrical-coordinate representation of color #7028AE: hue angle of 272.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7028AE is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11240174-
CMYK0.360.7700.32
HSL272.24º62.62%41.96%-
HSV(B)272.24º77.01%68.24%-
XYZ15.088.0240.8-
YUV76.8182.85153.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=34.36%
G=12.27%
B=53.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112401740.360.7700.32272.2462.6241.96
Hex7028AE244D0201103f2a
Octal16050256441150404207752
Binary11100001010001010111010010010011010100000100010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7028AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7028AE; }

 p { color: rgb(112,40,174); }

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

<style>
 a { background-color: #7028AE; }

 a { background-color: rgb(112,40,174); }

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

<style>
 span { border-color: #7028AE; }

 span { border-color: rgb(112,40,174); }

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