Html Css Color HEX #4D0DE7 Han Purple

📋 copy color: '#4D0DE7'

red 77 ◦ green 13 ◦ blue 231

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

Shades of Han Purple #4D0DE7

Tints of Han Purple #4D0DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 71.96%

R = 23.99%
G = 4.05%
B = 71.96%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4D0DE7 (or 0x4D0DE7) is known color: Han Purple. HEX triplet: 4D, 0D and E7. RGB value is (77,13,231). Sum of RGB (Red+Green+Blue) = 77+13+231=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 231 (90.62% from 255 or 71.96% from 321); Max value from RGB is 231 - color contains mainly: blue. Hex color #4D0DE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DE7 is #B2F218. Grayscale: #383838. Windows color (decimal): -11727385 or 15142221. OLE color: 15142221.

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

Color convert

RGB 77 13 231 -
CMYK 0.67 0.94 0 0.09
HSL 257.61º 0.89% 0.48% -
HSV(B) 257.61º 0.94% 0.91% -
XYZ 17.63 7.64 76.15 -
YUV 56.99 226.2 142.27 -
System Red Green Blue C M Y K H S L
Decimal 77 13 231 0.67 0.94 0 0.09 257.61 0.89 0.48
Hex 4D D E7 43 5E 0 9 102 59 30
Octal 115 15 347 103 136 0 11 402 131 60
Binary 1001101 1101 11100111 1000011 1011110 0 1001 100000010 1011001 110000

Color Harmonies of #4D0DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DE7

Black with #4D0DE7

Text Example


Text Example

White with #4D0DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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