#740bae

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

Shades of Purple Heart #740BAE

Tints of Purple Heart #740BAE

Color information

#740BAE (or 0x740BAE) is unknown color: approx Purple Heart. HEX triplet: 74, 0B and AE. RGB value is (116,11,174). Sum of RGB (Red+Green+Blue) = 116+11+174=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #740BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BAE is #8BF451. Grayscale: #3C3C3C. Windows color (decimal): -9172050 or 11406196. OLE color: 11406196.

HSL color Cylindrical-coordinate representation of color #740BAE: hue angle of 278.65º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BAE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11611174-
CMYK0.330.9400.32
HSL278.65º88.11%36.27%-
HSV(B)278.65º93.68%68.24%-
XYZ14.967.0140.61-
YUV60.98191.79167.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=38.54%
G=3.65%
B=57.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116111740.330.9400.32278.6588.1136.27
Hex74BAE215E0201175824
Octal164132564113604042713044
Binary1110100101110101110100001101111001000001000101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740bae; }

 p { color: rgb(116,11,174); }

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

<style>
 a { background-color: #740bae; }

 a { background-color: rgb(116,11,174); }

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

<style>
 span { border-color: #740bae; }

 span { border-color: rgb(116,11,174); }

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