#4E10DB

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

Shades of Han Purple #4E10DB

Tints of Han Purple #4E10DB

Color information

#4E10DB (or 0x4E10DB) is unknown color: approx Han Purple. HEX triplet: 4E, 10 and DB. RGB value is (78,16,219). Sum of RGB (Red+Green+Blue) = 78+16+219=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10DB is #B1EF24. Grayscale: #383838. Windows color (decimal): -11661093 or 14356558. OLE color: 14356558.

HSL color Cylindrical-coordinate representation of color #4E10DB: hue angle of 258.33º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E10DB is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7816219-
CMYK0.640.9300.14
HSL258.33º86.38%46.08%-
HSV(B)258.33º92.69%85.88%-
XYZ16.117.167.54-
YUV57.68219.04142.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 16 (6.64% from 255) = 5.11%
BLUE value IS 219 (85.94% from 255) = 69.97%
R=24.92%
G=5.11%
B=69.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78162190.640.9300.14258.3386.3846.08
Hex4E10DB405D0E102562e
Octal1162033310013501640212656
Binary1001110100001101101110000001011101011101000000101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E10DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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