#4E2BBB

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

Shades of Purple Heart #4E2BBB

Tints of Purple Heart #4E2BBB

Color information

#4E2BBB (or 0x4E2BBB) is unknown color: approx Purple Heart. HEX triplet: 4E, 2B and BB. RGB value is (78,43,187). Sum of RGB (Red+Green+Blue) = 78+43+187=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BBB is #B1D444. Grayscale: #454545. Windows color (decimal): -11654213 or 12266318. OLE color: 12266318.

HSL color Cylindrical-coordinate representation of color #4E2BBB: hue angle of 254.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2BBB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7843187-
CMYK0.580.7700.27
HSL254.58º62.61%45.1%-
HSV(B)254.58º77.01%73.33%-
XYZ12.986.9447.67-
YUV69.88194.1133.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 187 (73.44% from 255) = 60.71%
R=25.32%
G=13.96%
B=60.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78431870.580.7700.27254.5862.6145.1
Hex4E2BBB3A4D01Bff3f2d
Octal11653273721150333777755
Binary100111010101110111011111010100110101101111111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,43,187); }

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

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

 a { background-color: rgb(78,43,187); }

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

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

 span { border-color: rgb(78,43,187); }

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