#7015C1

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

Shades of Purple Heart #7015C1

Tints of Purple Heart #7015C1

Color information

#7015C1 (or 0x7015C1) is unknown color: approx Purple Heart. HEX triplet: 70, 15 and C1. RGB value is (112,21,193). Sum of RGB (Red+Green+Blue) = 112+21+193=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #7015C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015C1 is #8FEA3E. Grayscale: #434343. Windows color (decimal): -9431615 or 12653936. OLE color: 12653936.

HSL color Cylindrical-coordinate representation of color #7015C1: hue angle of 271.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7015C1 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11221193-
CMYK0.420.8900.24
HSL271.74º80.37%41.96%-
HSV(B)271.74º89.12%75.69%-
XYZ16.587.8351.09-
YUV67.82198.65159.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 193 (75.78% from 255) = 59.20%
R=34.36%
G=6.44%
B=59.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112211930.420.8900.24271.7480.3741.96
Hex7015C12A59018110502a
Octal160253015213103042012052
Binary1110000101011100000110101010110010110001000100001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7015C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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