#7039CA

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

Shades of Purple Heart #7039CA

Tints of Purple Heart #7039CA

Color information

#7039CA (or 0x7039CA) is unknown color: approx Purple Heart. HEX triplet: 70, 39 and CA. RGB value is (112,57,202). Sum of RGB (Red+Green+Blue) = 112+57+202=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #7039CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039CA is #8FC635. Grayscale: #595959. Windows color (decimal): -9422390 or 13252976. OLE color: 13252976.

HSL color Cylindrical-coordinate representation of color #7039CA: hue angle of 262.76º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7039CA is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11257202-
CMYK0.450.7200.21
HSL262.76º57.77%50.78%-
HSV(B)262.76º71.78%79.22%-
XYZ18.8110.6456.94-
YUV89.98191.22143.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=30.19%
G=15.36%
B=54.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112572020.450.7200.21262.7657.7750.78
Hex7039CA2D480151073a33
Octal16071312551100254077263
Binary1110000111001110010101011011001000010101100000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7039CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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