#4D06FD

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

Shades of Han Purple #4D06FD

Tints of Han Purple #4D06FD

Color information

#4D06FD (or 0x4D06FD) is unknown color: approx Han Purple. HEX triplet: 4D, 06 and FD. RGB value is (77,6,253). Sum of RGB (Red+Green+Blue) = 77+6+253=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D06FD is #B2F902. Grayscale: #363636. Windows color (decimal): -11729155 or 16582221. OLE color: 16582221.

HSL color Cylindrical-coordinate representation of color #4D06FD: hue angle of 257.25º 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 #4D06FD is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB776253-
CMYK0.700.9800.01
HSL257.25º98.41%50.78%-
HSV(B)257.25º97.63%99.22%-
XYZ20.868.893.53-
YUV55.39239.52143.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 253 (99.22% from 255) = 75.30%
R=22.92%
G=1.79%
B=75.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7762530.700.9800.01257.2598.4150.78
Hex4D6FD4662011016233
Octal11563751061420140114263
Binary10011011101111110110001101100010011000000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D06FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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