#722ED0

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

Shades of Purple Heart #722ED0

Tints of Purple Heart #722ED0

Color information

#722ED0 (or 0x722ED0) is unknown color: approx Purple Heart. HEX triplet: 72, 2E and D0. RGB value is (114,46,208). Sum of RGB (Red+Green+Blue) = 114+46+208=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #722ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ED0 is #8DD12F. Grayscale: #545454. Windows color (decimal): -9294128 or 13643378. OLE color: 13643378.

HSL color Cylindrical-coordinate representation of color #722ED0: hue angle of 265.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722ED0 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11446208-
CMYK0.450.7800.18
HSL265.19º63.78%49.8%-
HSV(B)265.19º77.88%81.57%-
XYZ19.310.0960.6-
YUV84.8197.53148.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 46 (18.36% from 255) = 12.5%
BLUE value IS 208 (81.64% from 255) = 56.52%
R=30.98%
G=12.5%
B=56.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114462080.450.7800.18265.1963.7849.8
Hex722ED02D4E0121094032
Octal162563205511602241110062
Binary11100101011101101000010110110011100100101000010011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722ED0; }

 p { color: rgb(114,46,208); }

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

<style>
 a { background-color: #722ED0; }

 a { background-color: rgb(114,46,208); }

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

<style>
 span { border-color: #722ED0; }

 span { border-color: rgb(114,46,208); }

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