#7042CC

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

Shades of Purple Heart #7042CC

Tints of Purple Heart #7042CC

Color information

#7042CC (or 0x7042CC) is unknown color: approx Purple Heart. HEX triplet: 70, 42 and CC. RGB value is (112,66,204). Sum of RGB (Red+Green+Blue) = 112+66+204=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #7042CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042CC is #8FBD33. Grayscale: #5E5E5E. Windows color (decimal): -9420084 or 13386352. OLE color: 13386352.

HSL color Cylindrical-coordinate representation of color #7042CC: hue angle of 260º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7042CC is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11266204-
CMYK0.450.6800.2
HSL260º57.5%52.94%-
HSV(B)260º67.65%80%-
XYZ19.5311.758.36-
YUV95.49189.24139.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=29.32%
G=17.28%
B=53.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112662040.450.6800.226057.552.94
Hex7042CC2D440141043a35
Octal160102314551040244047265
Binary11100001000010110011001011011000100010100100000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7042CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7042CC; }

 p { color: rgb(112,66,204); }

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

<style>
 a { background-color: #7042CC; }

 a { background-color: rgb(112,66,204); }

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

<style>
 span { border-color: #7042CC; }

 span { border-color: rgb(112,66,204); }

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