Html Css Color HEX #4D0EFF Han Purple

📋 copy color: '#4D0EFF'

red 77 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #4D0EFF

Tints of Han Purple #4D0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.7%

R = 22.25%
G = 4.05%
B = 73.7%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D0EFF (or 0x4D0EFF) is known color: Han Purple. HEX triplet: 4D, 0E and FF. RGB value is (77,14,255). Sum of RGB (Red+Green+Blue) = 77+14+255=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EFF is #B2F100. Grayscale: #3B3B3B. Windows color (decimal): -11727105 or 16715341. OLE color: 16715341.

HSL color Cylindrical-coordinate representation of color #4D0EFF: hue angle of 255.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0EFF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 14 255 -
CMYK 0.70 0.95 0 0
HSL 255.68º 1% 0.53% -
HSV(B) 255.68º 0.95% 1% -
XYZ 21.27 9.11 95.25 -
YUV 60.31 237.87 139.9 -
System Red Green Blue C M Y K H S L
Decimal 77 14 255 0.70 0.95 0 0 255.68 1 0.53
Hex 4D E FF 46 5F 0 0 100 64 35
Octal 115 16 377 106 137 0 0 400 144 65
Binary 1001101 1110 11111111 1000110 1011111 0 0 100000000 1100100 110101

Color Harmonies of #4D0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EFF

Black with #4D0EFF

Text Example


Text Example

White with #4D0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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