#4E1CC4

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

Shades of Purple Heart #4E1CC4

Tints of Purple Heart #4E1CC4

Color information

#4E1CC4 (or 0x4E1CC4) is unknown color: approx Purple Heart. HEX triplet: 4E, 1C and C4. RGB value is (78,28,196). Sum of RGB (Red+Green+Blue) = 78+28+196=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 196 (76.95% from 255 or 64.90% from 302); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E1CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1CC4 is #B1E33B. Grayscale: #3D3D3D. Windows color (decimal): -11658044 or 12852302. OLE color: 12852302.

HSL color Cylindrical-coordinate representation of color #4E1CC4: hue angle of 257.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1CC4 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7828196-
CMYK0.600.8600.23
HSL257.86º75%43.92%-
HSV(B)257.86º85.71%76.86%-
XYZ13.526.4452.75-
YUV62.1203.56139.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 196 (76.95% from 255) = 64.90%
R=25.83%
G=9.27%
B=64.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78281960.600.8600.23257.867543.92
Hex4E1CC43C560171024b2c
Octal116343047412602740211354
Binary1001110111001100010011110010101100101111000000101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,28,196); }

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

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

 a { background-color: rgb(78,28,196); }

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

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

 span { border-color: rgb(78,28,196); }

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