#7119B4

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

Shades of Purple Heart #7119B4

Tints of Purple Heart #7119B4

Color information

#7119B4 (or 0x7119B4) is unknown color: approx Purple Heart. HEX triplet: 71, 19 and B4. RGB value is (113,25,180). Sum of RGB (Red+Green+Blue) = 113+25+180=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #7119B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119B4 is #8EE64B. Grayscale: #444444. Windows color (decimal): -9365068 or 11802993. OLE color: 11802993.

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

Color convert

RGB11325180-
CMYK0.370.8600.29
HSL274.06º75.61%40.2%-
HSV(B)274.06º86.11%70.59%-
XYZ15.47.543.82-
YUV68.98190.65159.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 180 (70.70% from 255) = 56.60%
R=35.53%
G=7.86%
B=56.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113251800.370.8600.29274.0675.6140.2
Hex7119B4255601D1124c28
Octal161312644512603542211450
Binary1110001110011011010010010110101100111011000100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7119B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7119B4; }

 p { color: rgb(113,25,180); }

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

<style>
 a { background-color: #7119B4; }

 a { background-color: rgb(113,25,180); }

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

<style>
 span { border-color: #7119B4; }

 span { border-color: rgb(113,25,180); }

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