Html Css Color HEX #4D0EFB Han Purple

📋 copy color: '#4D0EFB'

red 77 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #4D0EFB

Tints of Han Purple #4D0EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.39%

R = 22.51%
G = 4.09%
B = 73.39%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D0EFB (or 0x4D0EFB) is known color: Han Purple. HEX triplet: 4D, 0E and FB. RGB value is (77,14,251). Sum of RGB (Red+Green+Blue) = 77+14+251=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D0EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EFB is #B2F104. Grayscale: #3A3A3A. Windows color (decimal): -11727109 or 16453197. OLE color: 16453197.

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

Color convert

RGB 77 14 251 -
CMYK 0.69 0.94 0 0.02
HSL 255.95º 0.97% 0.52% -
HSV(B) 255.95º 0.94% 0.98% -
XYZ 20.63 8.86 91.89 -
YUV 59.86 235.87 140.23 -
System Red Green Blue C M Y K H S L
Decimal 77 14 251 0.69 0.94 0 0.02 255.95 0.97 0.52
Hex 4D E FB 45 5E 0 2 100 61 34
Octal 115 16 373 105 136 0 2 400 141 64
Binary 1001101 1110 11111011 1000101 1011110 0 10 100000000 1100001 110100

Color Harmonies of #4D0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EFB

Black with #4D0EFB

Text Example


Text Example

White with #4D0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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