Html Css Color HEX #4D0FFE Han Purple

📋 copy color: '#4D0FFE'

red 77 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #4D0FFE

Tints of Han Purple #4D0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

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

R = 22.25%
G = 4.34%
B = 73.41%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D0FFE (or 0x4D0FFE) is known color: Han Purple. HEX triplet: 4D, 0F and FE. RGB value is (77,15,254). Sum of RGB (Red+Green+Blue) = 77+15+254=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0FFE is #B2F001. Grayscale: #3B3B3B. Windows color (decimal): -11726850 or 16650061. OLE color: 16650061.

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

Color convert

RGB 77 15 254 -
CMYK 0.70 0.94 0 0.00
HSL 255.56º 0.99% 0.53% -
HSV(B) 255.56º 0.94% 1% -
XYZ 21.12 9.08 94.4 -
YUV 60.78 237.04 139.57 -
System Red Green Blue C M Y K H S L
Decimal 77 15 254 0.70 0.94 0 0.00 255.56 0.99 0.53
Hex 4D F FE 46 5E 0 0 100 63 35
Octal 115 17 376 106 136 0 0 400 143 65
Binary 1001101 1111 11111110 1000110 1011110 0 0 100000000 1100011 110101

Color Harmonies of #4D0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0FFE

Black with #4D0FFE

Text Example


Text Example

White with #4D0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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