#7010C8

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

Shades of Purple Heart #7010C8

Tints of Purple Heart #7010C8

Color information

#7010C8 (or 0x7010C8) is unknown color: approx Purple Heart. HEX triplet: 70, 10 and C8. RGB value is (112,16,200). Sum of RGB (Red+Green+Blue) = 112+16+200=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 200 (78.52% from 255 or 60.98% from 328); Max value from RGB is 200 - color contains mainly: blue. Hex color #7010C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010C8 is #8FEF37. Grayscale: #414141. Windows color (decimal): -9432888 or 13111408. OLE color: 13111408.

HSL color Cylindrical-coordinate representation of color #7010C8: hue angle of 271.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7010C8 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11216200-
CMYK0.440.9200.22
HSL271.3º85.19%42.35%-
HSV(B)271.3º92%78.43%-
XYZ17.297.9955.27-
YUV65.68203.8161.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 200 (78.52% from 255) = 60.98%
R=34.15%
G=4.88%
B=60.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112162000.440.9200.22271.385.1942.35
Hex7010C82C5C01610f552a
Octal160203105413402641712552
Binary1110000100001100100010110010111000101101000011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7010C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7010C8; }

 p { color: rgb(112,16,200); }

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

<style>
 a { background-color: #7010C8; }

 a { background-color: rgb(112,16,200); }

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

<style>
 span { border-color: #7010C8; }

 span { border-color: rgb(112,16,200); }

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