#4E06FD

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

Shades of Han Purple #4E06FD

Tints of Han Purple #4E06FD

Color information

#4E06FD (or 0x4E06FD) is unknown color: approx Han Purple. HEX triplet: 4E, 06 and FD. RGB value is (78,6,253). Sum of RGB (Red+Green+Blue) = 78+6+253=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E06FD is #B1F902. Grayscale: #363636. Windows color (decimal): -11663619 or 16582222. OLE color: 16582222.

HSL color Cylindrical-coordinate representation of color #4E06FD: hue angle of 257.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E06FD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB786253-
CMYK0.690.9800.01
HSL257.49º98.41%50.78%-
HSV(B)257.49º97.63%99.22%-
XYZ20.948.8493.53-
YUV55.69239.35143.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 253 (99.22% from 255) = 75.07%
R=23.15%
G=1.78%
B=75.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7862530.690.9800.01257.4998.4150.78
Hex4E6FD4562011016233
Octal11663751051420140114263
Binary10011101101111110110001011100010011000000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E06FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,6,253); }

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

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

 a { background-color: rgb(78,6,253); }

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

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

 span { border-color: rgb(78,6,253); }

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