#7440BD

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

Shades of Purple Heart #7440BD

Tints of Purple Heart #7440BD

Color information

#7440BD (or 0x7440BD) is unknown color: approx Purple Heart. HEX triplet: 74, 40 and BD. RGB value is (116,64,189). Sum of RGB (Red+Green+Blue) = 116+64+189=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #7440BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440BD is #8BBF42. Grayscale: #5D5D5D. Windows color (decimal): -9158467 or 12402804. OLE color: 12402804.

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

Color convert

RGB11664189-
CMYK0.390.6600.26
HSL264.96º49.41%49.61%-
HSV(B)264.96º66.14%74.12%-
XYZ18.2211.0549.32-
YUV93.8181.73143.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=31.44%
G=17.34%
B=51.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116641890.390.6600.26264.9649.4149.61
Hex7440BD274201A1093132
Octal164100275471020324116162
Binary11101001000000101111011001111000010011010100001001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7440BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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