Html Css Color HEX #4D0FDC Han Purple

📋 copy color: '#4D0FDC'

red 77 ◦ green 15 ◦ blue 220

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

Shades of Han Purple #4D0FDC

Tints of Han Purple #4D0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.81%

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

R = 24.68%
G = 4.81%
B = 70.51%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D0FDC (or 0x4D0FDC) is known color: Han Purple. HEX triplet: 4D, 0F and DC. RGB value is (77,15,220). Sum of RGB (Red+Green+Blue) = 77+15+220=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 15 (6.25% from 255 or 4.81% 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 #4D0FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FDC is #B2F023. Grayscale: #383838. Windows color (decimal): -11726884 or 14421837. OLE color: 14421837.

HSL color Cylindrical-coordinate representation of color #4D0FDC: hue angle of 258.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0FDC is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 15 220 -
CMYK 0.65 0.93 0 0.14
HSL 258.15º 0.87% 0.46% -
HSV(B) 258.15º 0.93% 0.86% -
XYZ 16.15 7.09 68.23 -
YUV 56.91 220.04 142.33 -
System Red Green Blue C M Y K H S L
Decimal 77 15 220 0.65 0.93 0 0.14 258.15 0.87 0.46
Hex 4D F DC 41 5D 0 E 102 57 2E
Octal 115 17 334 101 135 0 16 402 127 56
Binary 1001101 1111 11011100 1000001 1011101 0 1110 100000010 1010111 101110

Color Harmonies of #4D0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0FDC

Black with #4D0FDC

Text Example


Text Example

White with #4D0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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