#741EA9

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

Shades of Purple Heart #741EA9

Tints of Purple Heart #741EA9

Color information

#741EA9 (or 0x741EA9) is unknown color: approx Purple Heart. HEX triplet: 74, 1E and A9. RGB value is (116,30,169). Sum of RGB (Red+Green+Blue) = 116+30+169=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #741EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741EA9 is #8BE156. Grayscale: #474747. Windows color (decimal): -9167191 or 11083380. OLE color: 11083380.

HSL color Cylindrical-coordinate representation of color #741EA9: hue angle of 277.12º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741EA9 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11630169-
CMYK0.310.8200.34
HSL277.12º69.85%39.02%-
HSV(B)277.12º82.25%66.27%-
XYZ14.837.5138.2-
YUV71.56182.99159.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=36.83%
G=9.52%
B=53.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116301690.310.8200.34277.1269.8539.02
Hex741EA91F520221154627
Octal164362513712204242510647
Binary1110100111101010100111111101001001000101000101011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741EA9; }

 p { color: rgb(116,30,169); }

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

<style>
 a { background-color: #741EA9; }

 a { background-color: rgb(116,30,169); }

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

<style>
 span { border-color: #741EA9; }

 span { border-color: rgb(116,30,169); }

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