Html Css Color HEX #4D16DD Han Purple

📋 copy color: '#4D16DD'

red 77 ◦ green 22 ◦ blue 221

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

Shades of Han Purple #4D16DD

Tints of Han Purple #4D16DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 24.06%
G = 6.88%
B = 69.06%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D16DD (or 0x4D16DD) is known color: Han Purple. HEX triplet: 4D, 16 and DD. RGB value is (77,22,221). Sum of RGB (Red+Green+Blue) = 77+22+221=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D16DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D16DD is #B2E922. Grayscale: #3C3C3C. Windows color (decimal): -11725091 or 14489165. OLE color: 14489165.

HSL color Cylindrical-coordinate representation of color #4D16DD: hue angle of 256.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D16DD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 22 221 -
CMYK 0.65 0.90 0 0.13
HSL 256.58º 0.82% 0.48% -
HSV(B) 256.58º 0.9% 0.87% -
XYZ 16.4 7.37 68.97 -
YUV 61.13 218.22 139.32 -
System Red Green Blue C M Y K H S L
Decimal 77 22 221 0.65 0.90 0 0.13 256.58 0.82 0.48
Hex 4D 16 DD 41 5A 0 D 101 52 30
Octal 115 26 335 101 132 0 15 401 122 60
Binary 1001101 10110 11011101 1000001 1011010 0 1101 100000001 1010010 110000

Color Harmonies of #4D16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D16DD

Black with #4D16DD

Text Example


Text Example

White with #4D16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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