#4019BF

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

Shades of Purple Heart #4019BF

Tints of Purple Heart #4019BF

Color information

#4019BF (or 0x4019BF) is unknown color: approx Purple Heart. HEX triplet: 40, 19 and BF. RGB value is (64,25,191). Sum of RGB (Red+Green+Blue) = 64+25+191=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #4019BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4019BF is #BFE640. Grayscale: #363636. Windows color (decimal): -12576321 or 12523840. OLE color: 12523840.

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

Color convert

RGB6425191-
CMYK0.660.8700.25
HSL254.1º76.85%42.35%-
HSV(B)254.1º86.91%74.9%-
XYZ11.875.5549.74-
YUV55.58204.42134-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 191 (75% from 255) = 68.21%
R=22.86%
G=8.93%
B=68.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64251910.660.8700.25254.176.8542.35
Hex4019BF4257019fe4d2a
Octal1003127710212703137611552
Binary1000000110011011111110000101010111011001111111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4019BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,25,191); }

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

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

 a { background-color: rgb(64,25,191); }

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

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

 span { border-color: rgb(64,25,191); }

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