Html Css Color HEX #4D06FF Han Purple

📋 copy color: '#4D06FF'

red 77 ◦ green 6 ◦ blue 255

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

Shades of Han Purple #4D06FF

Tints of Han Purple #4D06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 255 (100% from 255) = 75.44%

R = 22.78%
G = 1.78%
B = 75.44%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D06FF (or 0x4D06FF) is known color: Han Purple. HEX triplet: 4D, 06 and FF. RGB value is (77,6,255). Sum of RGB (Red+Green+Blue) = 77+6+255=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D06FF is #B2F900. Grayscale: #363636. Windows color (decimal): -11729153 or 16713293. OLE color: 16713293.

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

Color convert

RGB 77 6 255 -
CMYK 0.70 0.98 0 0
HSL 257.11º 1% 0.51% -
HSV(B) 257.11º 0.98% 1% -
XYZ 21.18 8.93 95.21 -
YUV 55.62 240.52 143.25 -
System Red Green Blue C M Y K H S L
Decimal 77 6 255 0.70 0.98 0 0 257.11 1 0.51
Hex 4D 6 FF 46 62 0 0 101 64 33
Octal 115 6 377 106 142 0 0 401 144 63
Binary 1001101 110 11111111 1000110 1100010 0 0 100000001 1100100 110011

Color Harmonies of #4D06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D06FF

Black with #4D06FF

Text Example


Text Example

White with #4D06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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