Html Css Color HEX #4D0DEC Han Purple

📋 copy color: '#4D0DEC'

red 77 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #4D0DEC

Tints of Han Purple #4D0DEC

RGB

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

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

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

R = 23.62%
G = 3.99%
B = 72.39%

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

#4D0DEC (or 0x4D0DEC) is known color: Han Purple. HEX triplet: 4D, 0D and EC. RGB value is (77,13,236). Sum of RGB (Red+Green+Blue) = 77+13+236=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D0DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DEC is #B2F213. Grayscale: #383838. Windows color (decimal): -11727380 or 15469901. OLE color: 15469901.

HSL color Cylindrical-coordinate representation of color #4D0DEC: hue angle of 257.22º degrees, saturation: 0.9, 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 #4D0DEC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 13 236 -
CMYK 0.67 0.94 0 0.07
HSL 257.22º 0.9% 0.49% -
HSV(B) 257.22º 0.94% 0.93% -
XYZ 18.34 7.92 79.92 -
YUV 57.56 228.7 141.87 -
System Red Green Blue C M Y K H S L
Decimal 77 13 236 0.67 0.94 0 0.07 257.22 0.9 0.49
Hex 4D D EC 43 5E 0 7 101 5A 31
Octal 115 15 354 103 136 0 7 401 132 61
Binary 1001101 1101 11101100 1000011 1011110 0 111 100000001 1011010 110001

Color Harmonies of #4D0DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DEC

Black with #4D0DEC

Text Example


Text Example

White with #4D0DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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