#722ED8

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

Shades of Purple Heart #722ED8

Tints of Purple Heart #722ED8

Color information

#722ED8 (or 0x722ED8) is unknown color: approx Purple Heart. HEX triplet: 72, 2E and D8. RGB value is (114,46,216). Sum of RGB (Red+Green+Blue) = 114+46+216=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #722ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ED8 is #8DD127. Grayscale: #555555. Windows color (decimal): -9294120 or 14167666. OLE color: 14167666.

HSL color Cylindrical-coordinate representation of color #722ED8: hue angle of 264º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722ED8 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11446216-
CMYK0.470.7900.15
HSL264º68.55%51.37%-
HSV(B)264º78.7%84.71%-
XYZ20.3110.4965.92-
YUV85.71201.53148.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 216 (84.77% from 255) = 57.45%
R=30.32%
G=12.23%
B=57.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114462160.470.7900.1526468.5551.37
Hex722ED82F4F0F1084533
Octal162563305711701741010563
Binary1110010101110110110001011111001111011111000010001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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