#4F18BF

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

Shades of Purple Heart #4F18BF

Tints of Purple Heart #4F18BF

Color information

#4F18BF (or 0x4F18BF) is unknown color: approx Purple Heart. HEX triplet: 4F, 18 and BF. RGB value is (79,24,191). Sum of RGB (Red+Green+Blue) = 79+24+191=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F18BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F18BF is #B0E740. Grayscale: #3A3A3A. Windows color (decimal): -11593537 or 12523599. OLE color: 12523599.

HSL color Cylindrical-coordinate representation of color #4F18BF: hue angle of 259.76º degrees, saturation: 0.78, 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 #4F18BF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7924191-
CMYK0.590.8700.25
HSL259.76º77.67%42.16%-
HSV(B)259.76º87.43%74.9%-
XYZ12.966.0849.78-
YUV59.48202.22141.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.87%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 191 (75% from 255) = 64.97%
R=26.87%
G=8.16%
B=64.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79241910.590.8700.25259.7677.6742.16
Hex4F18BF3B570191044e2a
Octal117302777312703140411652
Binary1001111110001011111111101110101110110011000001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F18BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F18BF; }

 p { color: rgb(79,24,191); }

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

<style>
 a { background-color: #4F18BF; }

 a { background-color: rgb(79,24,191); }

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

<style>
 span { border-color: #4F18BF; }

 span { border-color: rgb(79,24,191); }

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