#4E10BB

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

Shades of Purple Heart #4E10BB

Tints of Purple Heart #4E10BB

Color information

#4E10BB (or 0x4E10BB) is unknown color: approx Purple Heart. HEX triplet: 4E, 10 and BB. RGB value is (78,16,187). Sum of RGB (Red+Green+Blue) = 78+16+187=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10BB is #B1EF44. Grayscale: #353535. Windows color (decimal): -11661125 or 12259406. OLE color: 12259406.

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

Color convert

RGB7816187-
CMYK0.580.9100.27
HSL261.75º84.24%39.8%-
HSV(B)261.75º91.44%73.33%-
XYZ12.35.5847.44-
YUV54.03203.04145.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.76%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 187 (73.44% from 255) = 66.55%
R=27.76%
G=5.69%
B=66.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78161870.580.9100.27261.7584.2439.8
Hex4E10BB3A5B01B1065428
Octal116202737213303340612450
Binary1001110100001011101111101010110110110111000001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E10BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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