#721CAA

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

Shades of Purple Heart #721CAA

Tints of Purple Heart #721CAA

Color information

#721CAA (or 0x721CAA) is unknown color: approx Purple Heart. HEX triplet: 72, 1C and AA. RGB value is (114,28,170). Sum of RGB (Red+Green+Blue) = 114+28+170=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #721CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721CAA is #8DE355. Grayscale: #454545. Windows color (decimal): -9298774 or 11148402. OLE color: 11148402.

HSL color Cylindrical-coordinate representation of color #721CAA: hue angle of 276.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721CAA is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11428170-
CMYK0.330.8400.33
HSL276.34º71.72%38.82%-
HSV(B)276.34º83.53%66.67%-
XYZ14.617.3138.67-
YUV69.9184.49159.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 28 (11.33% from 255) = 8.97%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=36.54%
G=8.97%
B=54.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114281700.330.8400.33276.3471.7238.82
Hex721CAA21540211144827
Octal162342524112404142411047
Binary11100101110010101010100001101010001000011000101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,28,170); }

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

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

 a { background-color: rgb(114,28,170); }

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

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

 span { border-color: rgb(114,28,170); }

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