Html Css Color HEX #4D0DE6 Han Purple

📋 copy color: '#4D0DE6'

red 77 ◦ green 13 ◦ blue 230

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

Shades of Han Purple #4D0DE6

Tints of Han Purple #4D0DE6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 230 (90.23% from 255) = 71.88%

R = 24.06%
G = 4.06%
B = 71.88%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4D0DE6 (or 0x4D0DE6) is known color: Han Purple. HEX triplet: 4D, 0D and E6. RGB value is (77,13,230). Sum of RGB (Red+Green+Blue) = 77+13+230=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 230 (90.23% from 255 or 71.88% from 320); Max value from RGB is 230 - color contains mainly: blue. Hex color #4D0DE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DE6 is #B2F219. Grayscale: #383838. Windows color (decimal): -11727386 or 15076685. OLE color: 15076685.

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

Color convert

RGB 77 13 230 -
CMYK 0.67 0.94 0 0.10
HSL 257.7º 0.89% 0.48% -
HSV(B) 257.7º 0.94% 0.9% -
XYZ 17.49 7.58 75.4 -
YUV 56.87 225.7 142.36 -
System Red Green Blue C M Y K H S L
Decimal 77 13 230 0.67 0.94 0 0.10 257.7 0.89 0.48
Hex 4D D E6 43 5E 0 A 102 59 30
Octal 115 15 346 103 136 0 12 402 131 60
Binary 1001101 1101 11100110 1000011 1011110 0 1010 100000010 1011001 110000

Color Harmonies of #4D0DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DE6

Black with #4D0DE6

Text Example


Text Example

White with #4D0DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,230); }

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

background-color css

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

 a { background-color: rgb(77,13,230); }

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

border-color css

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

 span { border-color: rgb(77,13,230); }

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