#7019B6

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

Shades of Purple Heart #7019B6

Tints of Purple Heart #7019B6

Color information

#7019B6 (or 0x7019B6) is unknown color: approx Purple Heart. HEX triplet: 70, 19 and B6. RGB value is (112,25,182). Sum of RGB (Red+Green+Blue) = 112+25+182=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 182 (71.48% from 255 or 57.05% from 319); Max value from RGB is 182 - color contains mainly: blue. Hex color #7019B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019B6 is #8FE649. Grayscale: #444444. Windows color (decimal): -9430602 or 11934064. OLE color: 11934064.

HSL color Cylindrical-coordinate representation of color #7019B6: hue angle of 273.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7019B6 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11225182-
CMYK0.380.8600.29
HSL273.25º75.85%40.59%-
HSV(B)273.25º86.26%71.37%-
XYZ15.477.5244.89-
YUV68.91191.82158.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 182 (71.48% from 255) = 57.05%
R=35.11%
G=7.84%
B=57.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112251820.380.8600.29273.2575.8540.59
Hex7019B6265601D1114c29
Octal160312664612603542111451
Binary1110000110011011011010011010101100111011000100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7019B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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