#7021AC

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

Shades of Purple Heart #7021AC

Tints of Purple Heart #7021AC

Color information

#7021AC (or 0x7021AC) is unknown color: approx Purple Heart. HEX triplet: 70, 21 and AC. RGB value is (112,33,172). Sum of RGB (Red+Green+Blue) = 112+33+172=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #7021AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7021AC is #8FDE53. Grayscale: #474747. Windows color (decimal): -9428564 or 11280752. OLE color: 11280752.

HSL color Cylindrical-coordinate representation of color #7021AC: hue angle of 274.1º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7021AC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11233172-
CMYK0.350.8100.33
HSL274.1º67.8%40.2%-
HSV(B)274.1º80.81%67.45%-
XYZ14.677.5139.71-
YUV72.47184.17156.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 33 (13.28% from 255) = 10.41%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=35.33%
G=10.41%
B=54.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112331720.350.8100.33274.167.840.2
Hex7021AC23510211124428
Octal160412544312104142210450
Binary111000010000110101100100011101000101000011000100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7021AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7021AC; }

 p { color: rgb(112,33,172); }

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

<style>
 a { background-color: #7021AC; }

 a { background-color: rgb(112,33,172); }

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

<style>
 span { border-color: #7021AC; }

 span { border-color: rgb(112,33,172); }

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