#722db5

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

Shades of Purple Heart #722DB5

Tints of Purple Heart #722DB5

Color information

#722DB5 (or 0x722DB5) is unknown color: approx Purple Heart. HEX triplet: 72, 2D and B5. RGB value is (114,45,181). Sum of RGB (Red+Green+Blue) = 114+45+181=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #722DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722DB5 is #8DD24A. Grayscale: #505050. Windows color (decimal): -9294411 or 11873650. OLE color: 11873650.

HSL color Cylindrical-coordinate representation of color #722DB5: hue angle of 270.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722DB5 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11445181-
CMYK0.370.7500.29
HSL270.44º60.18%44.31%-
HSV(B)270.44º75.14%70.98%-
XYZ16.228.7944.56-
YUV81.13184.36151.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 181 (71.09% from 255) = 53.24%
R=33.53%
G=13.24%
B=53.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114451810.370.7500.29270.4460.1844.31
Hex722DB5254B01D10e3c2c
Octal16255265451130354167454
Binary1110010101101101101011001011001011011101100001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,45,181); }

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

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

 a { background-color: rgb(114,45,181); }

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

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

 span { border-color: rgb(114,45,181); }

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