Html Css Color HEX #4D06FD Han Purple

📋 copy color: '#4D06FD'

red 77 ◦ green 6 ◦ blue 253

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

Shades of Han Purple #4D06FD

Tints of Han Purple #4D06FD

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.3%

R = 22.92%
G = 1.79%
B = 75.3%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D06FD (or 0x4D06FD) is known color: 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

RGB 77 6 253 -
CMYK 0.70 0.98 0 0.01
HSL 257.25º 0.98% 0.51% -
HSV(B) 257.25º 0.98% 0.99% -
XYZ 20.86 8.8 93.53 -
YUV 55.39 239.52 143.42 -
System Red Green Blue C M Y K H S L
Decimal 77 6 253 0.70 0.98 0 0.01 257.25 0.98 0.51
Hex 4D 6 FD 46 62 0 1 101 62 33
Octal 115 6 375 106 142 0 1 401 142 63
Binary 1001101 110 11111101 1000110 1100010 0 1 100000001 1100010 110011

Color Harmonies of #4D06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D06FD

Black with #4D06FD

Text Example


Text Example

White with #4D06FD

Text Example


Text Example

HTML Codes & Css Web 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>