#7039BD

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

Shades of Purple Heart #7039BD

Tints of Purple Heart #7039BD

Color information

#7039BD (or 0x7039BD) is unknown color: approx Purple Heart. HEX triplet: 70, 39 and BD. RGB value is (112,57,189). Sum of RGB (Red+Green+Blue) = 112+57+189=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #7039BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039BD is #8FC642. Grayscale: #585858. Windows color (decimal): -9422403 or 12401008. OLE color: 12401008.

HSL color Cylindrical-coordinate representation of color #7039BD: hue angle of 265º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7039BD is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11257189-
CMYK0.410.7000.26
HSL265º53.66%48.24%-
HSV(B)265º69.84%74.12%-
XYZ17.3310.0549.17-
YUV88.49184.72144.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=31.28%
G=15.92%
B=52.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112571890.410.7000.2626553.6648.24
Hex7039BD294601A1093630
Octal16071275511060324116660
Binary1110000111001101111011010011000110011010100001001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7039BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,57,189); }

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

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

 a { background-color: rgb(112,57,189); }

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

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

 span { border-color: rgb(112,57,189); }

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