Html Css Color HEX #4D1EFE Han Purple

📋 copy color: '#4D1EFE'

red 77 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #4D1EFE

Tints of Han Purple #4D1EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

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

R = 21.33%
G = 8.31%
B = 70.36%

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

#4D1EFE (or 0x4D1EFE) is known color: Han Purple. HEX triplet: 4D, 1E and FE. RGB value is (77,30,254). Sum of RGB (Red+Green+Blue) = 77+30+254=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D1EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1EFE is #B2E101. Grayscale: #444444. Windows color (decimal): -11723010 or 16653901. OLE color: 16653901.

HSL color Cylindrical-coordinate representation of color #4D1EFE: hue angle of 252.59º 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 #4D1EFE is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 30 254 -
CMYK 0.70 0.88 0 0.00
HSL 252.59º 0.99% 0.56% -
HSV(B) 252.59º 0.88% 1% -
XYZ 21.41 9.66 94.5 -
YUV 69.59 232.07 133.29 -
System Red Green Blue C M Y K H S L
Decimal 77 30 254 0.70 0.88 0 0.00 252.59 0.99 0.56
Hex 4D 1E FE 46 58 0 0 FD 63 38
Octal 115 36 376 106 130 0 0 375 143 70
Binary 1001101 11110 11111110 1000110 1011000 0 0 11111101 1100011 111000

Color Harmonies of #4D1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EFE

Black with #4D1EFE

Text Example


Text Example

White with #4D1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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