#721dd3

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

Shades of Purple Heart #721DD3

Tints of Purple Heart #721DD3

Color information

#721DD3 (or 0x721DD3) is unknown color: approx Purple Heart. HEX triplet: 72, 1D and D3. RGB value is (114,29,211). Sum of RGB (Red+Green+Blue) = 114+29+211=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #721DD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DD3 is #8DE22C. Grayscale: #4A4A4A. Windows color (decimal): -9298477 or 13835634. OLE color: 13835634.

HSL color Cylindrical-coordinate representation of color #721DD3: hue angle of 268.02º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721DD3 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11429211-
CMYK0.460.8600.17
HSL268.02º75.83%47.06%-
HSV(B)268.02º86.26%82.75%-
XYZ19.149.1662.39-
YUV75.16204.66155.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 29 (11.72% from 255) = 8.19%
BLUE value IS 211 (82.81% from 255) = 59.60%
R=32.20%
G=8.19%
B=59.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal114292110.460.8600.17268.0275.8347.06
Hex721DD32E5601110c4c2f
Octal162353235612602141411457
Binary1110010111011101001110111010101100100011000011001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721dd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,29,211); }

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

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

 a { background-color: rgb(114,29,211); }

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

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

 span { border-color: rgb(114,29,211); }

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