#4E2FCB

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

Shades of Purple Heart #4E2FCB

Tints of Purple Heart #4E2FCB

Color information

#4E2FCB (or 0x4E2FCB) is unknown color: approx Purple Heart. HEX triplet: 4E, 2F and CB. RGB value is (78,47,203). Sum of RGB (Red+Green+Blue) = 78+47+203=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E2FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FCB is #B1D034. Grayscale: #494949. Windows color (decimal): -11653173 or 13315918. OLE color: 13315918.

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

Color convert

RGB7847203-
CMYK0.620.7700.20
HSL251.92º62.4%49.02%-
HSV(B)251.92º76.85%79.61%-
XYZ14.947.9657.25-
YUV74.05200.77130.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 203 (79.69% from 255) = 61.89%
R=23.78%
G=14.33%
B=61.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78472030.620.7700.20251.9262.449.02
Hex4E2FCB3E4D014fc3e31
Octal11657313761150243747661
Binary100111010111111001011111110100110101010011111100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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