Html Css Color HEX #4D12FE Han Purple

📋 copy color: '#4D12FE'

red 77 ◦ green 18 ◦ blue 254

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

Shades of Han Purple #4D12FE

Tints of Han Purple #4D12FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.16%

 BLUE value IS 254 (99.61% from 255) = 72.78%

R = 22.06%
G = 5.16%
B = 72.78%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D12FE (or 0x4D12FE) is known color: Han Purple. HEX triplet: 4D, 12 and FE. RGB value is (77,18,254). Sum of RGB (Red+Green+Blue) = 77+18+254=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D12FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12FE is #B2ED01. Grayscale: #3D3D3D. Windows color (decimal): -11726082 or 16650829. OLE color: 16650829.

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

Color convert

RGB 77 18 254 -
CMYK 0.70 0.93 0 0.00
HSL 255º 0.99% 0.53% -
HSV(B) 255º 0.93% 1% -
XYZ 21.17 9.17 94.42 -
YUV 62.55 236.05 138.31 -
System Red Green Blue C M Y K H S L
Decimal 77 18 254 0.70 0.93 0 0.00 255 0.99 0.53
Hex 4D 12 FE 46 5D 0 0 FF 63 35
Octal 115 22 376 106 135 0 0 377 143 65
Binary 1001101 10010 11111110 1000110 1011101 0 0 11111111 1100011 110101

Color Harmonies of #4D12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D12FE

Black with #4D12FE

Text Example


Text Example

White with #4D12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,254); }

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

background-color css

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

 a { background-color: rgb(77,18,254); }

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

border-color css

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

 span { border-color: rgb(77,18,254); }

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