#4F01BD

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

Shades of Purple Heart #4F01BD

Tints of Purple Heart #4F01BD

Color information

#4F01BD (or 0x4F01BD) is unknown color: approx Purple Heart. HEX triplet: 4F, 01 and BD. RGB value is (79,1,189). Sum of RGB (Red+Green+Blue) = 79+1+189=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F01BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F01BD is #B0FE42. Grayscale: #2D2D2D. Windows color (decimal): -11599427 or 12386639. OLE color: 12386639.

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

Color convert

RGB791189-
CMYK0.580.9900.26
HSL264.89º98.95%37.25%-
HSV(B)264.89º99.47%74.12%-
XYZ12.425.3648.52-
YUV45.75208.84151.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 189 (74.22% from 255) = 70.26%
R=29.37%
G=0.37%
B=70.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7911890.580.9900.26264.8998.9537.25
Hex4F1BD3A6301A1096325
Octal11712757214303241114345
Binary100111111011110111101011000110110101000010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F01BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,189); }

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

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

 a { background-color: rgb(79,1,189); }

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

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

 span { border-color: rgb(79,1,189); }

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