#722ECA

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

Shades of Purple Heart #722ECA

Tints of Purple Heart #722ECA

Color information

#722ECA (or 0x722ECA) is unknown color: approx Purple Heart. HEX triplet: 72, 2E and CA. RGB value is (114,46,202). Sum of RGB (Red+Green+Blue) = 114+46+202=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #722ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ECA is #8DD135. Grayscale: #535353. Windows color (decimal): -9294134 or 13250162. OLE color: 13250162.

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

Color convert

RGB11446202-
CMYK0.440.7700.21
HSL266.15º62.9%48.63%-
HSV(B)266.15º77.23%79.22%-
XYZ18.589.856.79-
YUV84.12194.53149.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=31.49%
G=12.71%
B=55.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114462020.440.7700.21266.1562.948.63
Hex722ECA2C4D01510a3f31
Octal16256312541150254127761
Binary1110010101110110010101011001001101010101100001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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