#4E1DCB

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

Shades of Purple Heart #4E1DCB

Tints of Purple Heart #4E1DCB

Color information

#4E1DCB (or 0x4E1DCB) is unknown color: approx Purple Heart. HEX triplet: 4E, 1D and CB. RGB value is (78,29,203). Sum of RGB (Red+Green+Blue) = 78+29+203=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E1DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1DCB is #B1E234. Grayscale: #3E3E3E. Windows color (decimal): -11657781 or 13311310. OLE color: 13311310.

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

Color convert

RGB7829203-
CMYK0.620.8600.20
HSL256.9º75%45.49%-
HSV(B)256.9º85.71%79.61%-
XYZ14.366.8157.06-
YUV63.49206.73138.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 29 (11.72% from 255) = 9.35%
BLUE value IS 203 (79.69% from 255) = 65.48%
R=25.16%
G=9.35%
B=65.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78292030.620.8600.20256.97545.49
Hex4E1DCB3E560141014b2d
Octal116353137612602440111355
Binary1001110111011100101111111010101100101001000000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,29,203); }

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

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

 a { background-color: rgb(78,29,203); }

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

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

 span { border-color: rgb(78,29,203); }

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