#721AB8

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

Shades of Purple Heart #721AB8

Tints of Purple Heart #721AB8

Color information

#721AB8 (or 0x721AB8) is unknown color: approx Purple Heart. HEX triplet: 72, 1A and B8. RGB value is (114,26,184). Sum of RGB (Red+Green+Blue) = 114+26+184=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #721AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721AB8 is #8DE547. Grayscale: #454545. Windows color (decimal): -9299272 or 12065394. OLE color: 12065394.

HSL color Cylindrical-coordinate representation of color #721AB8: hue angle of 273.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721AB8 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11426184-
CMYK0.380.8600.28
HSL273.42º75.24%41.18%-
HSV(B)273.42º85.87%72.16%-
XYZ15.967.7846.01-
YUV70.32192.15159.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 184 (72.27% from 255) = 56.79%
R=35.19%
G=8.02%
B=56.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114261840.380.8600.28273.4275.2441.18
Hex721AB8265601C1114b29
Octal162322704612603442111351
Binary1110010110101011100010011010101100111001000100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721AB8; }

 p { color: rgb(114,26,184); }

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

<style>
 a { background-color: #721AB8; }

 a { background-color: rgb(114,26,184); }

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

<style>
 span { border-color: #721AB8; }

 span { border-color: rgb(114,26,184); }

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