#722EC6

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

Shades of Purple Heart #722EC6

Tints of Purple Heart #722EC6

Color information

#722EC6 (or 0x722EC6) is unknown color: approx Purple Heart. HEX triplet: 72, 2E and C6. RGB value is (114,46,198). Sum of RGB (Red+Green+Blue) = 114+46+198=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #722EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722EC6 is #8DD139. Grayscale: #535353. Windows color (decimal): -9294138 or 12988018. OLE color: 12988018.

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

Color convert

RGB11446198-
CMYK0.420.7700.22
HSL266.84º62.3%47.84%-
HSV(B)266.84º76.77%77.65%-
XYZ18.119.6154.33-
YUV83.66192.53149.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 198 (77.73% from 255) = 55.31%
R=31.84%
G=12.85%
B=55.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114461980.420.7700.22266.8462.347.84
Hex722EC62A4D01610b3e30
Octal16256306521150264137660
Binary1110010101110110001101010101001101010110100001011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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