Html Css Color HEX #4D0EFD Han Purple

📋 copy color: '#4D0EFD'

red 77 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #4D0EFD

Tints of Han Purple #4D0EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 22.38%
G = 4.07%
B = 73.55%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D0EFD (or 0x4D0EFD) is known color: Han Purple. HEX triplet: 4D, 0E and FD. RGB value is (77,14,253). Sum of RGB (Red+Green+Blue) = 77+14+253=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EFD is #B2F102. Grayscale: #3B3B3B. Windows color (decimal): -11727107 or 16584269. OLE color: 16584269.

HSL color Cylindrical-coordinate representation of color #4D0EFD: hue angle of 255.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0EFD is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 14 253 -
CMYK 0.70 0.94 0 0.01
HSL 255.82º 0.98% 0.52% -
HSV(B) 255.82º 0.94% 0.99% -
XYZ 20.95 8.98 93.56 -
YUV 60.08 236.87 140.07 -
System Red Green Blue C M Y K H S L
Decimal 77 14 253 0.70 0.94 0 0.01 255.82 0.98 0.52
Hex 4D E FD 46 5E 0 1 100 62 34
Octal 115 16 375 106 136 0 1 400 142 64
Binary 1001101 1110 11111101 1000110 1011110 0 1 100000000 1100010 110100

Color Harmonies of #4D0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EFD

Black with #4D0EFD

Text Example


Text Example

White with #4D0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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