Html Css Color HEX #4919DC Han Purple

📋 copy color: '#4919DC'

red 73 ◦ green 25 ◦ blue 220

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

Shades of Han Purple #4919DC

Tints of Han Purple #4919DC

RGB

 RED value IS 73 (28.91% from 255) = 22.96%

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 22.96%
G = 7.86%
B = 69.18%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4919DC (or 0x4919DC) is known color: Han Purple. HEX triplet: 49, 19 and DC. RGB value is (73,25,220). Sum of RGB (Red+Green+Blue) = 73+25+220=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 25 (10.16% from 255 or 7.86% 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 #4919DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4919DC is #B6E623. Grayscale: #3C3C3C. Windows color (decimal): -11986468 or 14424393. OLE color: 14424393.

HSL color Cylindrical-coordinate representation of color #4919DC: hue angle of 254.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4919DC is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 25 220 -
CMYK 0.67 0.89 0 0.14
HSL 254.77º 0.8% 0.48% -
HSV(B) 254.77º 0.89% 0.86% -
XYZ 16.01 7.28 68.27 -
YUV 61.58 217.4 136.14 -
System Red Green Blue C M Y K H S L
Decimal 73 25 220 0.67 0.89 0 0.14 254.77 0.8 0.48
Hex 49 19 DC 43 59 0 E FF 50 30
Octal 111 31 334 103 131 0 16 377 120 60
Binary 1001001 11001 11011100 1000011 1011001 0 1110 11111111 1010000 110000

Color Harmonies of #4919DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4919DC

Black with #4919DC

Text Example


Text Example

White with #4919DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4919DC; }

 p { color: rgb(73,25,220); }

 H1.HeaderClassName
 {
   color: #4919DC;
 }
 .AnyTagClassName
 {
   color: #4919DC;
 }
</style>

background-color css

<style>
 a { background-color: #4919DC; }

 a { background-color: rgb(73,25,220); }

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

border-color css

<style>
 span { border-color: #4919DC; }

 span { border-color: rgb(73,25,220); }

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