#4916ab

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

Shades of Purple Heart #4916AB

Tints of Purple Heart #4916AB

Color information

#4916AB (or 0x4916AB) is unknown color: approx Purple Heart. HEX triplet: 49, 16 and AB. RGB value is (73,22,171). Sum of RGB (Red+Green+Blue) = 73+22+171=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4916AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4916AB is #B6E954. Grayscale: #353535. Windows color (decimal): -11987285 or 11212361. OLE color: 11212361.

HSL color Cylindrical-coordinate representation of color #4916AB: hue angle of 260.54º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4916AB is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7322171-
CMYK0.570.8700.33
HSL260.54º77.2%37.84%-
HSV(B)260.54º87.13%67.06%-
XYZ10.394.9338.93-
YUV54.24193.9141.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 22 (8.98% from 255) = 8.27%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=27.44%
G=8.27%
B=64.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73221710.570.8700.33260.5477.237.84
Hex4916AB39570211054d26
Octal111262537112704140511546
Binary10010011011010101011111001101011101000011000001011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4916ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4916ab; }

 p { color: rgb(73,22,171); }

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

<style>
 a { background-color: #4916ab; }

 a { background-color: rgb(73,22,171); }

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

<style>
 span { border-color: #4916ab; }

 span { border-color: rgb(73,22,171); }

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