Html Css Color HEX #4D04FE Han Purple

📋 copy color: '#4D04FE'

red 77 ◦ green 4 ◦ blue 254

#4D04FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4D04FE

Tints of Han Purple #4D04FE

RGB

 RED value IS 77 (30.47% from 255) = 22.99%

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 254 (99.61% from 255) = 75.82%

R = 22.99%
G = 1.19%
B = 75.82%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D04FE (or 0x4D04FE) is known color: Han Purple. HEX triplet: 4D, 04 and FE. RGB value is (77,4,254). Sum of RGB (Red+Green+Blue) = 77+4+254=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D04FE is #B2FB01. Grayscale: #353535. Windows color (decimal): -11729666 or 16647245. OLE color: 16647245.

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

Color convert

RGB 77 4 254 -
CMYK 0.70 0.98 0 0.00
HSL 257.52º 0.99% 0.51% -
HSV(B) 257.52º 0.98% 1% -
XYZ 20.99 8.82 94.36 -
YUV 54.33 240.68 144.17 -
System Red Green Blue C M Y K H S L
Decimal 77 4 254 0.70 0.98 0 0.00 257.52 0.99 0.51
Hex 4D 4 FE 46 62 0 0 102 63 33
Octal 115 4 376 106 142 0 0 402 143 63
Binary 1001101 100 11111110 1000110 1100010 0 0 100000010 1100011 110011

Color Harmonies of #4D04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D04FE

Black with #4D04FE

Text Example


Text Example

White with #4D04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D04FE;
 }
 .AnyTagClassName
 {
   color: #4D04FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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