#7410B6

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

Shades of Purple Heart #7410B6

Tints of Purple Heart #7410B6

Color information

#7410B6 (or 0x7410B6) is unknown color: approx Purple Heart. HEX triplet: 74, 10 and B6. RGB value is (116,16,182). Sum of RGB (Red+Green+Blue) = 116+16+182=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #7410B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410B6 is #8BEF49. Grayscale: #404040. Windows color (decimal): -9170762 or 11931764. OLE color: 11931764.

HSL color Cylindrical-coordinate representation of color #7410B6: hue angle of 276.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7410B6 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11616182-
CMYK0.360.9100.29
HSL276.14º83.84%38.82%-
HSV(B)276.14º91.21%71.37%-
XYZ15.837.4644.86-
YUV64.82194.13164.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 16 (6.64% from 255) = 5.10%
BLUE value IS 182 (71.48% from 255) = 57.96%
R=36.94%
G=5.10%
B=57.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116161820.360.9100.29276.1483.8438.82
Hex7410B6245B01D1145427
Octal164202664413303542412447
Binary1110100100001011011010010010110110111011000101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7410B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,16,182); }

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

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

 a { background-color: rgb(116,16,182); }

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

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

 span { border-color: rgb(116,16,182); }

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