#7019BC

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

Shades of Purple Heart #7019BC

Tints of Purple Heart #7019BC

Color information

#7019BC (or 0x7019BC) is unknown color: approx Purple Heart. HEX triplet: 70, 19 and BC. RGB value is (112,25,188). Sum of RGB (Red+Green+Blue) = 112+25+188=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #7019BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019BC is #8FE643. Grayscale: #454545. Windows color (decimal): -9430596 or 12327280. OLE color: 12327280.

HSL color Cylindrical-coordinate representation of color #7019BC: hue angle of 272.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7019BC is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11225188-
CMYK0.400.8700.26
HSL272.02º76.53%41.76%-
HSV(B)272.02º86.7%73.73%-
XYZ16.117.7748.23-
YUV69.6194.82158.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=34.46%
G=7.69%
B=57.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112251880.400.8700.26272.0276.5341.76
Hex7019BC285701A1104d2a
Octal160312745012703242011552
Binary1110000110011011110010100010101110110101000100001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7019BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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