Html Css Color HEX #4D0EEF Han Purple

📋 copy color: '#4D0EEF'

red 77 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #4D0EEF

Tints of Han Purple #4D0EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.42%

R = 23.33%
G = 4.24%
B = 72.42%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4D0EEF (or 0x4D0EEF) is known color: Han Purple. HEX triplet: 4D, 0E and EF. RGB value is (77,14,239). Sum of RGB (Red+Green+Blue) = 77+14+239=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D0EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EEF is #B2F110. Grayscale: #393939. Windows color (decimal): -11727121 or 15666765. OLE color: 15666765.

HSL color Cylindrical-coordinate representation of color #4D0EEF: hue angle of 256.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0EEF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 14 239 -
CMYK 0.68 0.94 0 0.06
HSL 256.8º 0.89% 0.5% -
HSV(B) 256.8º 0.94% 0.94% -
XYZ 18.8 8.12 82.24 -
YUV 58.49 229.87 141.2 -
System Red Green Blue C M Y K H S L
Decimal 77 14 239 0.68 0.94 0 0.06 256.8 0.89 0.5
Hex 4D E EF 44 5E 0 6 101 59 32
Octal 115 16 357 104 136 0 6 401 131 62
Binary 1001101 1110 11101111 1000100 1011110 0 110 100000001 1011001 110010

Color Harmonies of #4D0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EEF

Black with #4D0EEF

Text Example


Text Example

White with #4D0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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