Html Css Color HEX #4D0CDF Han Purple

📋 copy color: '#4D0CDF'

red 77 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #4D0CDF

Tints of Han Purple #4D0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 24.68%
G = 3.85%
B = 71.47%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D0CDF (or 0x4D0CDF) is known color: Han Purple. HEX triplet: 4D, 0C and DF. RGB value is (77,12,223). Sum of RGB (Red+Green+Blue) = 77+12+223=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D0CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CDF is #B2F320. Grayscale: #363636. Windows color (decimal): -11727649 or 14617677. OLE color: 14617677.

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

Color convert

RGB 77 12 223 -
CMYK 0.65 0.95 0 0.13
HSL 258.48º 0.9% 0.46% -
HSV(B) 258.48º 0.95% 0.87% -
XYZ 16.51 7.17 70.33 -
YUV 55.49 222.53 143.34 -
System Red Green Blue C M Y K H S L
Decimal 77 12 223 0.65 0.95 0 0.13 258.48 0.9 0.46
Hex 4D C DF 41 5F 0 D 102 5A 2E
Octal 115 14 337 101 137 0 15 402 132 56
Binary 1001101 1100 11011111 1000001 1011111 0 1101 100000010 1011010 101110

Color Harmonies of #4D0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0CDF

Black with #4D0CDF

Text Example


Text Example

White with #4D0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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