Html Css Color HEX #4913DC Han Purple

📋 copy color: '#4913DC'

red 73 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #4913DC

Tints of Han Purple #4913DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 23.4%
G = 6.09%
B = 70.51%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4913DC (or 0x4913DC) is known color: Han Purple. HEX triplet: 49, 13 and DC. RGB value is (73,19,220). Sum of RGB (Red+Green+Blue) = 73+19+220=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #4913DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913DC is #B6EC23. Grayscale: #393939. Windows color (decimal): -11988004 or 14422857. OLE color: 14422857.

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

Color convert

RGB 73 19 220 -
CMYK 0.67 0.91 0 0.14
HSL 256.12º 0.84% 0.47% -
HSV(B) 256.12º 0.91% 0.86% -
XYZ 15.9 7.05 68.23 -
YUV 58.06 219.39 138.66 -
System Red Green Blue C M Y K H S L
Decimal 73 19 220 0.67 0.91 0 0.14 256.12 0.84 0.47
Hex 49 13 DC 43 5B 0 E 100 54 2F
Octal 111 23 334 103 133 0 16 400 124 57
Binary 1001001 10011 11011100 1000011 1011011 0 1110 100000000 1010100 101111

Color Harmonies of #4913DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913DC

Black with #4913DC

Text Example


Text Example

White with #4913DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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