#4921aa

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

Shades of Purple Heart #4921AA

Tints of Purple Heart #4921AA

Color information

#4921AA (or 0x4921AA) is unknown color: approx Purple Heart. HEX triplet: 49, 21 and AA. RGB value is (73,33,170). Sum of RGB (Red+Green+Blue) = 73+33+170=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #4921AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4921AA is #B6DE55. Grayscale: #3C3C3C. Windows color (decimal): -11984470 or 11149641. OLE color: 11149641.

HSL color Cylindrical-coordinate representation of color #4921AA: hue angle of 257.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4921AA is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7333170-
CMYK0.570.8100.33
HSL257.52º67.49%39.8%-
HSV(B)257.52º80.59%66.67%-
XYZ10.555.4138.52-
YUV60.58189.75136.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 170 (66.80% from 255) = 61.59%
R=26.45%
G=11.96%
B=61.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73331700.570.8100.33257.5267.4939.8
Hex4921AA39510211024328
Octal111412527112104140210350
Binary100100110000110101010111001101000101000011000000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4921aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4921aa; }

 p { color: rgb(73,33,170); }

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

<style>
 a { background-color: #4921aa; }

 a { background-color: rgb(73,33,170); }

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

<style>
 span { border-color: #4921aa; }

 span { border-color: rgb(73,33,170); }

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