#4F02BF

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

Shades of Purple Heart #4F02BF

Tints of Purple Heart #4F02BF

Color information

#4F02BF (or 0x4F02BF) is unknown color: approx Purple Heart. HEX triplet: 4F, 02 and BF. RGB value is (79,2,191). Sum of RGB (Red+Green+Blue) = 79+2+191=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F02BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02BF is #B0FD40. Grayscale: #2D2D2D. Windows color (decimal): -11599169 or 12517967. OLE color: 12517967.

HSL color Cylindrical-coordinate representation of color #4F02BF: hue angle of 264.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02BF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB792191-
CMYK0.590.9900.25
HSL264.44º97.93%37.84%-
HSV(B)264.44º98.95%74.9%-
XYZ12.655.4749.68-
YUV46.57209.51151.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 191 (75% from 255) = 70.22%
R=29.04%
G=0.74%
B=70.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7921910.590.9900.25264.4497.9337.84
Hex4F2BF3B630191086226
Octal11722777314303141014246
Binary1001111101011111111101111000110110011000010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F02BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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