Html Css Color HEX #4D0ADF Han Purple

📋 copy color: '#4D0ADF'

red 77 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #4D0ADF

Tints of Han Purple #4D0ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 24.84%
G = 3.23%
B = 71.94%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D0ADF (or 0x4D0ADF) is known color: Han Purple. HEX triplet: 4D, 0A and DF. RGB value is (77,10,223). Sum of RGB (Red+Green+Blue) = 77+10+223=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0ADF is #B2F520. Grayscale: #353535. Windows color (decimal): -11728161 or 14617165. OLE color: 14617165.

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

Color convert

RGB 77 10 223 -
CMYK 0.65 0.96 0 0.13
HSL 258.87º 0.91% 0.46% -
HSV(B) 258.87º 0.96% 0.87% -
XYZ 16.49 7.12 70.32 -
YUV 54.32 223.2 144.18 -
System Red Green Blue C M Y K H S L
Decimal 77 10 223 0.65 0.96 0 0.13 258.87 0.91 0.46
Hex 4D A DF 41 60 0 D 103 5B 2E
Octal 115 12 337 101 140 0 15 403 133 56
Binary 1001101 1010 11011111 1000001 1100000 0 1101 100000011 1011011 101110

Color Harmonies of #4D0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0ADF

Black with #4D0ADF

Text Example


Text Example

White with #4D0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,10,223); }

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

background-color css

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

 a { background-color: rgb(77,10,223); }

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

border-color css

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

 span { border-color: rgb(77,10,223); }

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