#741AC4

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

Shades of Purple Heart #741AC4

Tints of Purple Heart #741AC4

Color information

#741AC4 (or 0x741AC4) is unknown color: approx Purple Heart. HEX triplet: 74, 1A and C4. RGB value is (116,26,196). Sum of RGB (Red+Green+Blue) = 116+26+196=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #741AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741AC4 is #8BE53B. Grayscale: #474747. Windows color (decimal): -9168188 or 12851828. OLE color: 12851828.

HSL color Cylindrical-coordinate representation of color #741AC4: hue angle of 271.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741AC4 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11626196-
CMYK0.410.8700.23
HSL271.76º76.58%43.53%-
HSV(B)271.76º86.73%76.86%-
XYZ17.548.4452.93-
YUV72.29197.82159.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 196 (76.95% from 255) = 57.99%
R=34.32%
G=7.69%
B=57.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116261960.410.8700.23271.7676.5843.53
Hex741AC429570171104d2c
Octal164323045112702742011554
Binary1110100110101100010010100110101110101111000100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,26,196); }

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

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

 a { background-color: rgb(116,26,196); }

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

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

 span { border-color: rgb(116,26,196); }

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