#7019A6

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

Shades of Purple Heart #7019A6

Tints of Purple Heart #7019A6

Color information

#7019A6 (or 0x7019A6) is unknown color: approx Purple Heart. HEX triplet: 70, 19 and A6. RGB value is (112,25,166). Sum of RGB (Red+Green+Blue) = 112+25+166=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #7019A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7019A6 is #8FE659. Grayscale: #424242. Windows color (decimal): -9430618 or 10885488. OLE color: 10885488.

HSL color Cylindrical-coordinate representation of color #7019A6: hue angle of 277.02º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7019A6 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11225166-
CMYK0.330.8500.35
HSL277.02º73.82%37.45%-
HSV(B)277.02º84.94%65.1%-
XYZ13.916.8936.67-
YUV67.09183.82160.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 166 (65.23% from 255) = 54.79%
R=36.96%
G=8.25%
B=54.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112251660.330.8500.35277.0273.8237.45
Hex7019A621550231154a25
Octal160312464112504342511245
Binary11100001100110100110100001101010101000111000101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7019A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7019A6; }

 p { color: rgb(112,25,166); }

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

<style>
 a { background-color: #7019A6; }

 a { background-color: rgb(112,25,166); }

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

<style>
 span { border-color: #7019A6; }

 span { border-color: rgb(112,25,166); }

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