#741bb9

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

Shades of Purple Heart #741BB9

Tints of Purple Heart #741BB9

Color information

#741BB9 (or 0x741BB9) is unknown color: approx Purple Heart. HEX triplet: 74, 1B and B9. RGB value is (116,27,185). Sum of RGB (Red+Green+Blue) = 116+27+185=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #741BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BB9 is #8BE446. Grayscale: #474747. Windows color (decimal): -9167943 or 12131188. OLE color: 12131188.

HSL color Cylindrical-coordinate representation of color #741BB9: hue angle of 273.8º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741BB9 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11627185-
CMYK0.370.8500.27
HSL273.8º74.53%41.57%-
HSV(B)273.8º85.41%72.55%-
XYZ16.35846.58-
YUV71.62191.99159.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 185 (72.66% from 255) = 56.40%
R=35.37%
G=8.23%
B=56.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116271850.370.8500.27273.874.5341.57
Hex741BB9255501B1124b2a
Octal164332714512503342211352
Binary1110100110111011100110010110101010110111000100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741bb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,27,185); }

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

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

 a { background-color: rgb(116,27,185); }

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

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

 span { border-color: rgb(116,27,185); }

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