#7440BE

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

Shades of Purple Heart #7440BE

Tints of Purple Heart #7440BE

Color information

#7440BE (or 0x7440BE) is unknown color: approx Purple Heart. HEX triplet: 74, 40 and BE. RGB value is (116,64,190). Sum of RGB (Red+Green+Blue) = 116+64+190=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #7440BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440BE is #8BBF41. Grayscale: #5D5D5D. Windows color (decimal): -9158466 or 12468340. OLE color: 12468340.

HSL color Cylindrical-coordinate representation of color #7440BE: hue angle of 264.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7440BE is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11664190-
CMYK0.390.6600.25
HSL264.76º49.61%49.8%-
HSV(B)264.76º66.32%74.51%-
XYZ18.3311.149.89-
YUV93.91182.23143.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=31.35%
G=17.30%
B=51.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116641900.390.6600.25264.7649.6149.8
Hex7440BE27420191093232
Octal164100276471020314116262
Binary11101001000000101111101001111000010011001100001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7440BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7440BE; }

 p { color: rgb(116,64,190); }

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

<style>
 a { background-color: #7440BE; }

 a { background-color: rgb(116,64,190); }

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

<style>
 span { border-color: #7440BE; }

 span { border-color: rgb(116,64,190); }

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