Html Css Color HEX #4D20EC Han Purple

📋 copy color: '#4D20EC'

red 77 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #4D20EC

Tints of Han Purple #4D20EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 22.32%
G = 9.28%
B = 68.41%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D20EC (or 0x4D20EC) is known color: Han Purple. HEX triplet: 4D, 20 and EC. RGB value is (77,32,236). Sum of RGB (Red+Green+Blue) = 77+32+236=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D20EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D20EC is #B2DF13. Grayscale: #434343. Windows color (decimal): -11722516 or 15474765. OLE color: 15474765.

HSL color Cylindrical-coordinate representation of color #4D20EC: hue angle of 253.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D20EC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 32 236 -
CMYK 0.67 0.86 0 0.07
HSL 253.24º 0.84% 0.53% -
HSV(B) 253.24º 0.86% 0.93% -
XYZ 18.72 8.67 80.04 -
YUV 68.71 222.41 133.91 -
System Red Green Blue C M Y K H S L
Decimal 77 32 236 0.67 0.86 0 0.07 253.24 0.84 0.53
Hex 4D 20 EC 43 56 0 7 FD 54 35
Octal 115 40 354 103 126 0 7 375 124 65
Binary 1001101 100000 11101100 1000011 1010110 0 111 11111101 1010100 110101

Color Harmonies of #4D20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D20EC

Black with #4D20EC

Text Example


Text Example

White with #4D20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,236); }

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

background-color css

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

 a { background-color: rgb(77,32,236); }

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

border-color css

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

 span { border-color: rgb(77,32,236); }

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