Html Css Color HEX #4D11FC Han Purple

📋 copy color: '#4D11FC'

red 77 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #4D11FC

Tints of Han Purple #4D11FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 252 (98.83% from 255) = 72.83%

R = 22.25%
G = 4.91%
B = 72.83%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D11FC (or 0x4D11FC) is known color: Han Purple. HEX triplet: 4D, 11 and FC. RGB value is (77,17,252). Sum of RGB (Red+Green+Blue) = 77+17+252=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D11FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D11FC is #B2EE03. Grayscale: #3C3C3C. Windows color (decimal): -11726340 or 16519501. OLE color: 16519501.

HSL color Cylindrical-coordinate representation of color #4D11FC: hue angle of 255.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D11FC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 17 252 -
CMYK 0.69 0.93 0 0.01
HSL 255.32º 0.98% 0.53% -
HSV(B) 255.32º 0.93% 0.99% -
XYZ 20.83 9.01 92.74 -
YUV 61.73 235.38 138.89 -
System Red Green Blue C M Y K H S L
Decimal 77 17 252 0.69 0.93 0 0.01 255.32 0.98 0.53
Hex 4D 11 FC 45 5D 0 1 FF 62 35
Octal 115 21 374 105 135 0 1 377 142 65
Binary 1001101 10001 11111100 1000101 1011101 0 1 11111111 1100010 110101

Color Harmonies of #4D11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D11FC

Black with #4D11FC

Text Example


Text Example

White with #4D11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,252); }

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

background-color css

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

 a { background-color: rgb(77,17,252); }

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

border-color css

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

 span { border-color: rgb(77,17,252); }

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