#7015C6

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

Shades of Purple Heart #7015C6

Tints of Purple Heart #7015C6

Color information

#7015C6 (or 0x7015C6) is unknown color: approx Purple Heart. HEX triplet: 70, 15 and C6. RGB value is (112,21,198). Sum of RGB (Red+Green+Blue) = 112+21+198=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 198 (77.73% from 255 or 59.82% from 331); Max value from RGB is 198 - color contains mainly: blue. Hex color #7015C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015C6 is #8FEA39. Grayscale: #434343. Windows color (decimal): -9431610 or 12981616. OLE color: 12981616.

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

Color convert

RGB11221198-
CMYK0.430.8900.22
HSL270.85º80.82%42.94%-
HSV(B)270.85º89.39%77.65%-
XYZ17.148.0654.08-
YUV68.39201.15159.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 21 (8.59% from 255) = 6.34%
BLUE value IS 198 (77.73% from 255) = 59.82%
R=33.84%
G=6.34%
B=59.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112211980.430.8900.22270.8580.8242.94
Hex7015C62B5901610f512b
Octal160253065313102641712153
Binary1110000101011100011010101110110010101101000011111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7015C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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