#7410B3

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

Shades of Purple Heart #7410B3

Tints of Purple Heart #7410B3

Color information

#7410B3 (or 0x7410B3) is unknown color: approx Purple Heart. HEX triplet: 74, 10 and B3. RGB value is (116,16,179). Sum of RGB (Red+Green+Blue) = 116+16+179=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 179 (70.31% from 255 or 57.56% from 311); Max value from RGB is 179 - color contains mainly: blue. Hex color #7410B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410B3 is #8BEF4C. Grayscale: #3F3F3F. Windows color (decimal): -9170765 or 11735156. OLE color: 11735156.

HSL color Cylindrical-coordinate representation of color #7410B3: hue angle of 276.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7410B3 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11616179-
CMYK0.350.9100.30
HSL276.81º83.59%38.24%-
HSV(B)276.81º91.06%70.2%-
XYZ15.527.3443.25-
YUV64.48192.63164.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 16 (6.64% from 255) = 5.14%
BLUE value IS 179 (70.31% from 255) = 57.56%
R=37.30%
G=5.14%
B=57.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116161790.350.9100.30276.8183.5938.24
Hex7410B3235B01E1155426
Octal164202634313303642512446
Binary1110100100001011001110001110110110111101000101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7410B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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