#7039C6

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

Shades of Purple Heart #7039C6

Tints of Purple Heart #7039C6

Color information

#7039C6 (or 0x7039C6) is unknown color: approx Purple Heart. HEX triplet: 70, 39 and C6. RGB value is (112,57,198). Sum of RGB (Red+Green+Blue) = 112+57+198=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #7039C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039C6 is #8FC639. Grayscale: #595959. Windows color (decimal): -9422394 or 12990832. OLE color: 12990832.

HSL color Cylindrical-coordinate representation of color #7039C6: hue angle of 263.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7039C6 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11257198-
CMYK0.430.7100.22
HSL263.4º55.29%50%-
HSV(B)263.4º71.21%77.65%-
XYZ18.3410.4554.48-
YUV89.52189.22144.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=30.52%
G=15.53%
B=53.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112571980.430.7100.22263.455.2950
Hex7039C62B470161073732
Octal16071306531070264076762
Binary1110000111001110001101010111000111010110100000111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7039C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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