#720ECA

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

Shades of Purple Heart #720ECA

Tints of Purple Heart #720ECA

Color information

#720ECA (or 0x720ECA) is unknown color: approx Purple Heart. HEX triplet: 72, 0E and CA. RGB value is (114,14,202). Sum of RGB (Red+Green+Blue) = 114+14+202=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #720ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ECA is #8DF135. Grayscale: #404040. Windows color (decimal): -9302326 or 13241970. OLE color: 13241970.

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

Color convert

RGB11414202-
CMYK0.440.9300.21
HSL271.91º87.04%42.35%-
HSV(B)271.91º93.07%79.22%-
XYZ17.768.1656.52-
YUV65.33205.13162.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=34.55%
G=4.24%
B=61.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114142020.440.9300.21271.9187.0442.35
Hex72ECA2C5D015110572a
Octal162163125413502542012752
Binary111001011101100101010110010111010101011000100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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