#721AAA

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

Shades of Purple Heart #721AAA

Tints of Purple Heart #721AAA

Color information

#721AAA (or 0x721AAA) is unknown color: approx Purple Heart. HEX triplet: 72, 1A and AA. RGB value is (114,26,170). Sum of RGB (Red+Green+Blue) = 114+26+170=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #721AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721AAA is #8DE555. Grayscale: #444444. Windows color (decimal): -9299286 or 11147890. OLE color: 11147890.

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

Color convert

RGB11426170-
CMYK0.330.8500.33
HSL276.67º73.47%38.43%-
HSV(B)276.67º84.71%66.67%-
XYZ14.567.2238.66-
YUV68.73185.15160.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=36.77%
G=8.39%
B=54.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114261700.330.8500.33276.6773.4738.43
Hex721AAA21550211154926
Octal162322524112504142511146
Binary11100101101010101010100001101010101000011000101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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