#722BC5

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

Shades of Purple Heart #722BC5

Tints of Purple Heart #722BC5

Color information

#722BC5 (or 0x722BC5) is unknown color: approx Purple Heart. HEX triplet: 72, 2B and C5. RGB value is (114,43,197). Sum of RGB (Red+Green+Blue) = 114+43+197=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #722BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722BC5 is #8DD43A. Grayscale: #515151. Windows color (decimal): -9294907 or 12921714. OLE color: 12921714.

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

Color convert

RGB11443197-
CMYK0.420.7800.23
HSL267.66º64.17%47.06%-
HSV(B)267.66º78.17%77.25%-
XYZ17.889.3453.68-
YUV81.78193.02150.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=32.20%
G=12.15%
B=55.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114431970.420.7800.23267.6664.1747.06
Hex722BC52A4E01710c402f
Octal162533055211602741410057
Binary11100101010111100010110101010011100101111000011001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,43,197); }

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

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

 a { background-color: rgb(114,43,197); }

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

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

 span { border-color: rgb(114,43,197); }

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