#4D04FC

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

Shades of Han Purple #4D04FC

Tints of Han Purple #4D04FC

Color information

#4D04FC (or 0x4D04FC) is unknown color: approx Han Purple. HEX triplet: 4D, 04 and FC. RGB value is (77,4,252). Sum of RGB (Red+Green+Blue) = 77+4+252=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D04FC is #B2FB03. Grayscale: #353535. Windows color (decimal): -11729668 or 16516173. OLE color: 16516173.

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

Color convert

RGB774252-
CMYK0.690.9800.01
HSL257.66º97.64%50.2%-
HSV(B)257.66º98.41%98.82%-
XYZ20.678.6992.68-
YUV54.1239.68144.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 252 (98.83% from 255) = 75.68%
R=23.12%
G=1.20%
B=75.68%

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
Decimal7742520.690.9800.01257.6697.6450.2
Hex4D4FC4562011026232
Octal11543741051420140214262
Binary10011011001111110010001011100010011000000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D04FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,4,252); }

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

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

 a { background-color: rgb(77,4,252); }

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

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

 span { border-color: rgb(77,4,252); }

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