Html Css Color HEX #4C20ED Han Purple

📋 copy color: '#4C20ED'

red 76 ◦ green 32 ◦ blue 237

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

Shades of Han Purple #4C20ED

Tints of Han Purple #4C20ED

RGB

 RED value IS 76 (30.08% from 255) = 22.03%

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

 BLUE value IS 237 (92.97% from 255) = 68.7%

R = 22.03%
G = 9.28%
B = 68.7%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C20ED (or 0x4C20ED) is known color: Han Purple. HEX triplet: 4C, 20 and ED. RGB value is (76,32,237). Sum of RGB (Red+Green+Blue) = 76+32+237=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #4C20ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C20ED is #B3DF12. Grayscale: #434343. Windows color (decimal): -11788051 or 15540300. OLE color: 15540300.

HSL color Cylindrical-coordinate representation of color #4C20ED: hue angle of 252.88º degrees, saturation: 0.85, 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 #4C20ED is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 32 237 -
CMYK 0.68 0.86 0 0.07
HSL 252.88º 0.85% 0.53% -
HSV(B) 252.88º 0.86% 0.93% -
XYZ 18.78 8.68 80.81 -
YUV 68.53 223.08 133.33 -
System Red Green Blue C M Y K H S L
Decimal 76 32 237 0.68 0.86 0 0.07 252.88 0.85 0.53
Hex 4C 20 ED 44 56 0 7 FD 55 35
Octal 114 40 355 104 126 0 7 375 125 65
Binary 1001100 100000 11101101 1000100 1010110 0 111 11111101 1010101 110101

Color Harmonies of #4C20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20ED

Black with #4C20ED

Text Example


Text Example

White with #4C20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,237); }

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

background-color css

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

 a { background-color: rgb(76,32,237); }

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

border-color css

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

 span { border-color: rgb(76,32,237); }

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