#720EC3

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

Shades of Purple Heart #720EC3

Tints of Purple Heart #720EC3

Color information

#720EC3 (or 0x720EC3) is unknown color: approx Purple Heart. HEX triplet: 72, 0E and C3. RGB value is (114,14,195). Sum of RGB (Red+Green+Blue) = 114+14+195=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 195 (76.56% from 255 or 60.37% from 323); Max value from RGB is 195 - color contains mainly: blue. Hex color #720EC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EC3 is #8DF13C. Grayscale: #3F3F3F. Windows color (decimal): -9302333 or 12783218. OLE color: 12783218.

HSL color Cylindrical-coordinate representation of color #720EC3: hue angle of 273.15º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720EC3 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11414195-
CMYK0.420.9300.24
HSL273.15º86.6%40.98%-
HSV(B)273.15º92.82%76.47%-
XYZ16.957.8352.25-
YUV64.53201.63163.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 14 (5.86% from 255) = 4.33%
BLUE value IS 195 (76.56% from 255) = 60.37%
R=35.29%
G=4.33%
B=60.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114141950.420.9300.24273.1586.640.98
Hex72EC32A5D0181115729
Octal162163035213503042112751
Binary111001011101100001110101010111010110001000100011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720EC3; }

 p { color: rgb(114,14,195); }

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

<style>
 a { background-color: #720EC3; }

 a { background-color: rgb(114,14,195); }

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

<style>
 span { border-color: #720EC3; }

 span { border-color: rgb(114,14,195); }

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