#741CAA

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

Shades of Purple Heart #741CAA

Tints of Purple Heart #741CAA

Color information

#741CAA (or 0x741CAA) is unknown color: approx Purple Heart. HEX triplet: 74, 1C and AA. RGB value is (116,28,170). Sum of RGB (Red+Green+Blue) = 116+28+170=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #741CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CAA is #8BE355. Grayscale: #464646. Windows color (decimal): -9167702 or 11148404. OLE color: 11148404.

HSL color Cylindrical-coordinate representation of color #741CAA: hue angle of 277.18º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741CAA is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11628170-
CMYK0.320.8400.33
HSL277.18º71.72%38.82%-
HSV(B)277.18º83.53%66.67%-
XYZ14.877.4538.68-
YUV70.5184.15160.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 28 (11.33% from 255) = 8.92%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=36.94%
G=8.92%
B=54.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116281700.320.8400.33277.1871.7238.82
Hex741CAA20540211154827
Octal164342524012404142511047
Binary11101001110010101010100000101010001000011000101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,28,170); }

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

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

 a { background-color: rgb(116,28,170); }

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

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

 span { border-color: rgb(116,28,170); }

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