#7040BE

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

Shades of Purple Heart #7040BE

Tints of Purple Heart #7040BE

Color information

#7040BE (or 0x7040BE) is unknown color: approx Purple Heart. HEX triplet: 70, 40 and BE. RGB value is (112,64,190). Sum of RGB (Red+Green+Blue) = 112+64+190=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #7040BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040BE is #8FBF41. Grayscale: #5C5C5C. Windows color (decimal): -9420610 or 12468336. OLE color: 12468336.

HSL color Cylindrical-coordinate representation of color #7040BE: hue angle of 262.86º 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 #7040BE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11264190-
CMYK0.410.6600.25
HSL262.86º49.61%49.8%-
HSV(B)262.86º66.32%74.51%-
XYZ17.8110.8349.87-
YUV92.72182.9141.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=30.60%
G=17.49%
B=51.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112641900.410.6600.25262.8649.6149.8
Hex7040BE29420191073232
Octal160100276511020314076262
Binary11100001000000101111101010011000010011001100000111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7040BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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