#4816BF

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

Shades of Purple Heart #4816BF

Tints of Purple Heart #4816BF

Color information

#4816BF (or 0x4816BF) is unknown color: approx Purple Heart. HEX triplet: 48, 16 and BF. RGB value is (72,22,191). Sum of RGB (Red+Green+Blue) = 72+22+191=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #4816BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BF is #B7E940. Grayscale: #373737. Windows color (decimal): -12052801 or 12523080. OLE color: 12523080.

HSL color Cylindrical-coordinate representation of color #4816BF: hue angle of 257.75º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4816BF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7222191-
CMYK0.620.8800.25
HSL257.75º79.34%41.76%-
HSV(B)257.75º88.48%74.9%-
XYZ12.365.7149.74-
YUV56.22204.06139.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 191 (75% from 255) = 67.02%
R=25.26%
G=7.72%
B=67.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72221910.620.8800.25257.7579.3441.76
Hex4816BF3E580191024f2a
Octal110262777613003140211752
Binary1001000101101011111111111010110000110011000000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4816BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4816BF; }

 p { color: rgb(72,22,191); }

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

<style>
 a { background-color: #4816BF; }

 a { background-color: rgb(72,22,191); }

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

<style>
 span { border-color: #4816BF; }

 span { border-color: rgb(72,22,191); }

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