#4F1ED1

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

Shades of Purple Heart #4F1ED1

Tints of Purple Heart #4F1ED1

Color information

#4F1ED1 (or 0x4F1ED1) is unknown color: approx Purple Heart. HEX triplet: 4F, 1E and D1. RGB value is (79,30,209). Sum of RGB (Red+Green+Blue) = 79+30+209=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 209 (82.03% from 255 or 65.72% from 318); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F1ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1ED1 is #B0E12E. Grayscale: #404040. Windows color (decimal): -11591983 or 13704783. OLE color: 13704783.

HSL color Cylindrical-coordinate representation of color #4F1ED1: hue angle of 256.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1ED1 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7930209-
CMYK0.620.8600.18
HSL256.42º74.9%46.86%-
HSV(B)256.42º85.65%81.96%-
XYZ15.27.1960.91-
YUV65.06209.23137.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 209 (82.03% from 255) = 65.72%
R=24.84%
G=9.43%
B=65.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal79302090.620.8600.18256.4274.946.86
Hex4F1ED13E560121004b2f
Octal117363217612602240011357
Binary1001111111101101000111111010101100100101000000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,209); }

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

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

 a { background-color: rgb(79,30,209); }

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

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

 span { border-color: rgb(79,30,209); }

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