#741DB1

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

Shades of Purple Heart #741DB1

Tints of Purple Heart #741DB1

Color information

#741DB1 (or 0x741DB1) is unknown color: approx Purple Heart. HEX triplet: 74, 1D and B1. RGB value is (116,29,177). Sum of RGB (Red+Green+Blue) = 116+29+177=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #741DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741DB1 is #8BE24E. Grayscale: #474747. Windows color (decimal): -9167439 or 11607412. OLE color: 11607412.

HSL color Cylindrical-coordinate representation of color #741DB1: hue angle of 275.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741DB1 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11629177-
CMYK0.340.8400.31
HSL275.27º71.84%40.39%-
HSV(B)275.27º83.62%69.41%-
XYZ15.587.7742.27-
YUV71.88187.32159.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=36.02%
G=9.01%
B=54.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116291770.340.8400.31275.2771.8440.39
Hex741DB1225401F1134828
Octal164352614212403742311050
Binary1110100111011011000110001010101000111111000100111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,29,177); }

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

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

 a { background-color: rgb(116,29,177); }

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

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

 span { border-color: rgb(116,29,177); }

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