#720EC6

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

Shades of Purple Heart #720EC6

Tints of Purple Heart #720EC6

Color information

#720EC6 (or 0x720EC6) is unknown color: approx Purple Heart. HEX triplet: 72, 0E and C6. RGB value is (114,14,198). Sum of RGB (Red+Green+Blue) = 114+14+198=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #720EC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EC6 is #8DF139. Grayscale: #404040. Windows color (decimal): -9302330 or 12979826. OLE color: 12979826.

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

Color convert

RGB11414198-
CMYK0.420.9300.22
HSL272.61º86.79%41.57%-
HSV(B)272.61º92.93%77.65%-
XYZ17.297.9754.05-
YUV64.88203.13163.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 14 (5.86% from 255) = 4.29%
BLUE value IS 198 (77.73% from 255) = 60.74%
R=34.97%
G=4.29%
B=60.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114141980.420.9300.22272.6186.7941.57
Hex72EC62A5D016111572a
Octal162163065213502642112752
Binary111001011101100011010101010111010101101000100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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