#4F04BC

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

Shades of Purple Heart #4F04BC

Tints of Purple Heart #4F04BC

Color information

#4F04BC (or 0x4F04BC) is unknown color: approx Purple Heart. HEX triplet: 4F, 04 and BC. RGB value is (79,4,188). Sum of RGB (Red+Green+Blue) = 79+4+188=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F04BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F04BC is #B0FB43. Grayscale: #2E2E2E. Windows color (decimal): -11598660 or 12321871. OLE color: 12321871.

HSL color Cylindrical-coordinate representation of color #4F04BC: hue angle of 264.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04BC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB794188-
CMYK0.580.9800.26
HSL264.46º95.83%37.65%-
HSV(B)264.46º97.87%73.73%-
XYZ12.345.3847.96-
YUV47.4207.35150.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.15%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 188 (73.83% from 255) = 69.37%
R=29.15%
G=1.48%
B=69.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7941880.580.9800.26264.4695.8337.65
Hex4F4BC3A6201A1086026
Octal11742747214203241014046
Binary10011111001011110011101011000100110101000010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F04BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,4,188); }

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

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

 a { background-color: rgb(79,4,188); }

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

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

 span { border-color: rgb(79,4,188); }

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