#720CAE

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

Shades of Purple Heart #720CAE

Tints of Purple Heart #720CAE

Color information

#720CAE (or 0x720CAE) is unknown color: approx Purple Heart. HEX triplet: 72, 0C and AE. RGB value is (114,12,174). Sum of RGB (Red+Green+Blue) = 114+12+174=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #720CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720CAE is #8DF351. Grayscale: #3C3C3C. Windows color (decimal): -9302866 or 11406450. OLE color: 11406450.

HSL color Cylindrical-coordinate representation of color #720CAE: hue angle of 277.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720CAE is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11412174-
CMYK0.340.9300.32
HSL277.78º87.1%36.47%-
HSV(B)277.78º93.1%68.24%-
XYZ14.716.940.6-
YUV60.97191.79165.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 174 (68.36% from 255) = 58%
R=38%
G=4%
B=58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114121740.340.9300.32277.7887.136.47
Hex72CAE225D0201165724
Octal162142564213504042612744
Binary1110010110010101110100010101110101000001000101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,12,174); }

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

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

 a { background-color: rgb(114,12,174); }

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

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

 span { border-color: rgb(114,12,174); }

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