Html Css Color HEX #4D1FFE Han Purple

📋 copy color: '#4D1FFE'

red 77 ◦ green 31 ◦ blue 254

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

Shades of Han Purple #4D1FFE

Tints of Han Purple #4D1FFE

RGB

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

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

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

R = 21.27%
G = 8.56%
B = 70.17%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D1FFE (or 0x4D1FFE) is known color: Han Purple. HEX triplet: 4D, 1F and FE. RGB value is (77,31,254). Sum of RGB (Red+Green+Blue) = 77+31+254=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D1FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1FFE is #B2E001. Grayscale: #454545. Windows color (decimal): -11722754 or 16654157. OLE color: 16654157.

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

Color convert

RGB 77 31 254 -
CMYK 0.70 0.88 0 0.00
HSL 252.38º 0.99% 0.56% -
HSV(B) 252.38º 0.88% 1% -
XYZ 21.44 9.71 94.51 -
YUV 70.18 231.74 132.87 -
System Red Green Blue C M Y K H S L
Decimal 77 31 254 0.70 0.88 0 0.00 252.38 0.99 0.56
Hex 4D 1F FE 46 58 0 0 FC 63 38
Octal 115 37 376 106 130 0 0 374 143 70
Binary 1001101 11111 11111110 1000110 1011000 0 0 11111100 1100011 111000

Color Harmonies of #4D1FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FFE

Black with #4D1FFE

Text Example


Text Example

White with #4D1FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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