#4E1FC0

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

Shades of Purple Heart #4E1FC0

Tints of Purple Heart #4E1FC0

Color information

#4E1FC0 (or 0x4E1FC0) is unknown color: approx Purple Heart. HEX triplet: 4E, 1F and C0. RGB value is (78,31,192). Sum of RGB (Red+Green+Blue) = 78+31+192=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E1FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1FC0 is #B1E03F. Grayscale: #3E3E3E. Windows color (decimal): -11657280 or 12590926. OLE color: 12590926.

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

Color convert

RGB7831192-
CMYK0.590.8400.25
HSL257.52º72.2%43.73%-
HSV(B)257.52º83.85%75.29%-
XYZ13.156.4150.41-
YUV63.41200.57138.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.91%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 192 (75.39% from 255) = 63.79%
R=25.91%
G=10.30%
B=63.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78311920.590.8400.25257.5272.243.73
Hex4E1FC03B54019102482c
Octal116373007312403140211054
Binary1001110111111100000011101110101000110011000000101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,192); }

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

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

 a { background-color: rgb(78,31,192); }

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

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

 span { border-color: rgb(78,31,192); }

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