Html Css Color HEX #4C16DC Han Purple

📋 copy color: '#4C16DC'

red 76 ◦ green 22 ◦ blue 220

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

Shades of Han Purple #4C16DC

Tints of Han Purple #4C16DC

RGB

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

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

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

R = 23.9%
G = 6.92%
B = 69.18%

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

#4C16DC (or 0x4C16DC) is known color: Han Purple. HEX triplet: 4C, 16 and DC. RGB value is (76,22,220). Sum of RGB (Red+Green+Blue) = 76+22+220=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C16DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C16DC is #B3E923. Grayscale: #3B3B3B. Windows color (decimal): -11790628 or 14423628. OLE color: 14423628.

HSL color Cylindrical-coordinate representation of color #4C16DC: hue angle of 256.36º 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 #4C16DC is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 22 220 -
CMYK 0.65 0.9 0 0.14
HSL 256.36º 0.82% 0.47% -
HSV(B) 256.36º 0.9% 0.86% -
XYZ 16.19 7.28 68.26 -
YUV 60.72 217.89 138.9 -
System Red Green Blue C M Y K H S L
Decimal 76 22 220 0.65 0.9 0 0.14 256.36 0.82 0.47
Hex 4C 16 DC 41 5A 0 E 100 52 2F
Octal 114 26 334 101 132 0 16 400 122 57
Binary 1001100 10110 11011100 1000001 1011010 0 1110 100000000 1010010 101111

Color Harmonies of #4C16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C16DC

Black with #4C16DC

Text Example


Text Example

White with #4C16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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