Html Css Color HEX #4D1FEC Han Purple

📋 copy color: '#4D1FEC'

red 77 ◦ green 31 ◦ blue 236

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

Shades of Han Purple #4D1FEC

Tints of Han Purple #4D1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

 BLUE value IS 236 (92.58% from 255) = 68.6%

R = 22.38%
G = 9.01%
B = 68.6%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D1FEC (or 0x4D1FEC) is known color: Han Purple. HEX triplet: 4D, 1F and EC. RGB value is (77,31,236). Sum of RGB (Red+Green+Blue) = 77+31+236=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D1FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1FEC is #B2E013. Grayscale: #434343. Windows color (decimal): -11722772 or 15474509. OLE color: 15474509.

HSL color Cylindrical-coordinate representation of color #4D1FEC: hue angle of 253.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1FEC is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 31 236 -
CMYK 0.67 0.87 0 0.07
HSL 253.46º 0.84% 0.52% -
HSV(B) 253.46º 0.87% 0.93% -
XYZ 18.69 8.61 80.03 -
YUV 68.12 222.74 134.33 -
System Red Green Blue C M Y K H S L
Decimal 77 31 236 0.67 0.87 0 0.07 253.46 0.84 0.52
Hex 4D 1F EC 43 57 0 7 FD 54 34
Octal 115 37 354 103 127 0 7 375 124 64
Binary 1001101 11111 11101100 1000011 1010111 0 111 11111101 1010100 110100

Color Harmonies of #4D1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FEC

Black with #4D1FEC

Text Example


Text Example

White with #4D1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,236); }

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

background-color css

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

 a { background-color: rgb(77,31,236); }

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

border-color css

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

 span { border-color: rgb(77,31,236); }

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