Html Css Color HEX #4D16DC Han Purple

📋 copy color: '#4D16DC'

red 77 ◦ green 22 ◦ blue 220

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

Shades of Han Purple #4D16DC

Tints of Han Purple #4D16DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 24.14%
G = 6.9%
B = 68.97%

CMYK

 C value IS 0.65

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D16DC (or 0x4D16DC) is known color: Han Purple. HEX triplet: 4D, 16 and DC. RGB value is (77,22,220). Sum of RGB (Red+Green+Blue) = 77+22+220=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D16DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D16DC is #B2E923. Grayscale: #3C3C3C. Windows color (decimal): -11725092 or 14423629. OLE color: 14423629.

HSL color Cylindrical-coordinate representation of color #4D16DC: hue angle of 256.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D16DC is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 22 220 -
CMYK 0.65 0.9 0 0.14
HSL 256.67º 0.82% 0.47% -
HSV(B) 256.67º 0.9% 0.86% -
XYZ 16.27 7.32 68.27 -
YUV 61.02 217.72 139.4 -
System Red Green Blue C M Y K H S L
Decimal 77 22 220 0.65 0.9 0 0.14 256.67 0.82 0.47
Hex 4D 16 DC 41 5A 0 E 101 52 2F
Octal 115 26 334 101 132 0 16 401 122 57
Binary 1001101 10110 11011100 1000001 1011010 0 1110 100000001 1010010 101111

Color Harmonies of #4D16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D16DC

Black with #4D16DC

Text Example


Text Example

White with #4D16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,220); }

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

background-color css

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

 a { background-color: rgb(77,22,220); }

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

border-color css

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

 span { border-color: rgb(77,22,220); }

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