Html Css Color HEX #4D0EDE Han Purple

📋 copy color: '#4D0EDE'

red 77 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #4D0EDE

Tints of Han Purple #4D0EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 24.6%
G = 4.47%
B = 70.93%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D0EDE (or 0x4D0EDE) is known color: Han Purple. HEX triplet: 4D, 0E and DE. RGB value is (77,14,222). Sum of RGB (Red+Green+Blue) = 77+14+222=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D0EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0EDE is #B2F121. Grayscale: #373737. Windows color (decimal): -11727138 or 14552653. OLE color: 14552653.

HSL color Cylindrical-coordinate representation of color #4D0EDE: hue angle of 258.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0EDE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 14 222 -
CMYK 0.65 0.94 0 0.13
HSL 258.17º 0.88% 0.46% -
HSV(B) 258.17º 0.94% 0.87% -
XYZ 16.4 7.17 69.63 -
YUV 56.55 221.37 142.59 -
System Red Green Blue C M Y K H S L
Decimal 77 14 222 0.65 0.94 0 0.13 258.17 0.88 0.46
Hex 4D E DE 41 5E 0 D 102 58 2E
Octal 115 16 336 101 136 0 15 402 130 56
Binary 1001101 1110 11011110 1000001 1011110 0 1101 100000010 1011000 101110

Color Harmonies of #4D0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EDE

Black with #4D0EDE

Text Example


Text Example

White with #4D0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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