Html Css Color HEX #4D13DC Han Purple

📋 copy color: '#4D13DC'

red 77 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #4D13DC

Tints of Han Purple #4D13DC

RGB

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

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

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

R = 24.37%
G = 6.01%
B = 69.62%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D13DC (or 0x4D13DC) is known color: Han Purple. HEX triplet: 4D, 13 and DC. RGB value is (77,19,220). Sum of RGB (Red+Green+Blue) = 77+19+220=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13DC is #B2EC23. Grayscale: #3A3A3A. Windows color (decimal): -11725860 or 14422861. OLE color: 14422861.

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

Color convert

RGB 77 19 220 -
CMYK 0.65 0.91 0 0.14
HSL 257.31º 0.84% 0.47% -
HSV(B) 257.31º 0.91% 0.86% -
XYZ 16.21 7.21 68.25 -
YUV 59.26 218.72 140.66 -
System Red Green Blue C M Y K H S L
Decimal 77 19 220 0.65 0.91 0 0.14 257.31 0.84 0.47
Hex 4D 13 DC 41 5B 0 E 101 54 2F
Octal 115 23 334 101 133 0 16 401 124 57
Binary 1001101 10011 11011100 1000001 1011011 0 1110 100000001 1010100 101111

Color Harmonies of #4D13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D13DC

Black with #4D13DC

Text Example


Text Example

White with #4D13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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