#7013BC

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

Shades of Purple Heart #7013BC

Tints of Purple Heart #7013BC

Color information

#7013BC (or 0x7013BC) is unknown color: approx Purple Heart. HEX triplet: 70, 13 and BC. RGB value is (112,19,188). Sum of RGB (Red+Green+Blue) = 112+19+188=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #7013BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013BC is #8FEC43. Grayscale: #414141. Windows color (decimal): -9432132 or 12325744. OLE color: 12325744.

HSL color Cylindrical-coordinate representation of color #7013BC: hue angle of 273.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7013BC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11219188-
CMYK0.400.9000.26
HSL273.02º81.64%40.59%-
HSV(B)273.02º89.89%73.73%-
XYZ15.997.5448.19-
YUV66.07196.81160.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 19 (7.81% from 255) = 5.96%
BLUE value IS 188 (73.83% from 255) = 58.93%
R=35.11%
G=5.96%
B=58.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112191880.400.9000.26273.0281.6440.59
Hex7013BC285A01A1115229
Octal160232745013203242112251
Binary1110000100111011110010100010110100110101000100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7013BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7013BC; }

 p { color: rgb(112,19,188); }

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

<style>
 a { background-color: #7013BC; }

 a { background-color: rgb(112,19,188); }

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

<style>
 span { border-color: #7013BC; }

 span { border-color: rgb(112,19,188); }

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