Html Css Color HEX #4E1FFF Han Purple

📋 copy color: '#4E1FFF'

red 78 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #4E1FFF

Tints of Han Purple #4E1FFF

RGB

 RED value IS 78 (30.86% from 255) = 21.43%

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

 BLUE value IS 255 (100% from 255) = 70.05%

R = 21.43%
G = 8.52%
B = 70.05%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4E1FFF (or 0x4E1FFF) is known color: Han Purple. HEX triplet: 4E, 1F and FF. RGB value is (78,31,255). Sum of RGB (Red+Green+Blue) = 78+31+255=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1FFF is #B1E000. Grayscale: #454545. Windows color (decimal): -11657217 or 16719694. OLE color: 16719694.

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

Color convert

RGB 78 31 255 -
CMYK 0.69 0.88 0 0
HSL 252.59º 1% 0.56% -
HSV(B) 252.59º 0.88% 1% -
XYZ 21.68 9.82 95.36 -
YUV 70.59 232.07 133.29 -
System Red Green Blue C M Y K H S L
Decimal 78 31 255 0.69 0.88 0 0 252.59 1 0.56
Hex 4E 1F FF 45 58 0 0 FD 64 38
Octal 116 37 377 105 130 0 0 375 144 70
Binary 1001110 11111 11111111 1000101 1011000 0 0 11111101 1100100 111000

Color Harmonies of #4E1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1FFF

Black with #4E1FFF

Text Example


Text Example

White with #4E1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,31,255); }

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

background-color css

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

 a { background-color: rgb(78,31,255); }

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

border-color css

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

 span { border-color: rgb(78,31,255); }

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