Html Css Color HEX #4D0EEC Han Purple

📋 copy color: '#4D0EEC'

red 77 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #4D0EEC

Tints of Han Purple #4D0EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.28%

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 23.55%
G = 4.28%
B = 72.17%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D0EEC (or 0x4D0EEC) is known color: Han Purple. HEX triplet: 4D, 0E and EC. RGB value is (77,14,236). Sum of RGB (Red+Green+Blue) = 77+14+236=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D0EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EEC is #B2F113. Grayscale: #393939. Windows color (decimal): -11727124 or 15470157. OLE color: 15470157.

HSL color Cylindrical-coordinate representation of color #4D0EEC: hue angle of 257.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0EEC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 14 236 -
CMYK 0.67 0.94 0 0.07
HSL 257.03º 0.89% 0.49% -
HSV(B) 257.03º 0.94% 0.93% -
XYZ 18.36 7.95 79.92 -
YUV 58.15 228.37 141.45 -
System Red Green Blue C M Y K H S L
Decimal 77 14 236 0.67 0.94 0 0.07 257.03 0.89 0.49
Hex 4D E EC 43 5E 0 7 101 59 31
Octal 115 16 354 103 136 0 7 401 131 61
Binary 1001101 1110 11101100 1000011 1011110 0 111 100000001 1011001 110001

Color Harmonies of #4D0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EEC

Black with #4D0EEC

Text Example


Text Example

White with #4D0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,14,236); }

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

background-color css

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

 a { background-color: rgb(77,14,236); }

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

border-color css

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

 span { border-color: rgb(77,14,236); }

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