#4916B6

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

Shades of Purple Heart #4916B6

Tints of Purple Heart #4916B6

Color information

#4916B6 (or 0x4916B6) is unknown color: approx Purple Heart. HEX triplet: 49, 16 and B6. RGB value is (73,22,182). Sum of RGB (Red+Green+Blue) = 73+22+182=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #4916B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916B6 is #B6E949. Grayscale: #363636. Windows color (decimal): -11987274 or 11933257. OLE color: 11933257.

HSL color Cylindrical-coordinate representation of color #4916B6: hue angle of 259.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4916B6 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7322182-
CMYK0.600.8800.29
HSL259.12º78.43%40%-
HSV(B)259.12º87.91%71.37%-
XYZ11.485.3744.69-
YUV55.49199.4140.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 182 (71.48% from 255) = 65.70%
R=26.35%
G=7.94%
B=65.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73221820.600.8800.29259.1278.4340
Hex4916B63C5801D1034e28
Octal111262667413003540311650
Binary1001001101101011011011110010110000111011000000111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4916B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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