#7013B8

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

Shades of Purple Heart #7013B8

Tints of Purple Heart #7013B8

Color information

#7013B8 (or 0x7013B8) is unknown color: approx Purple Heart. HEX triplet: 70, 13 and B8. RGB value is (112,19,184). Sum of RGB (Red+Green+Blue) = 112+19+184=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #7013B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013B8 is #8FEC47. Grayscale: #414141. Windows color (decimal): -9432136 or 12063600. OLE color: 12063600.

HSL color Cylindrical-coordinate representation of color #7013B8: hue angle of 273.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7013B8 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11219184-
CMYK0.390.9000.28
HSL273.82º81.28%39.8%-
HSV(B)273.82º89.67%72.16%-
XYZ15.577.3745.95-
YUV65.62194.81161.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 19 (7.81% from 255) = 6.03%
BLUE value IS 184 (72.27% from 255) = 58.41%
R=35.56%
G=6.03%
B=58.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112191840.390.9000.28273.8281.2839.8
Hex7013B8275A01C1125128
Octal160232704713203442212150
Binary1110000100111011100010011110110100111001000100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7013B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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