Html Css Color HEX #4D0EFA Han Purple

📋 copy color: '#4D0EFA'

red 77 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #4D0EFA

Tints of Han Purple #4D0EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.11%

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 22.58%
G = 4.11%
B = 73.31%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D0EFA (or 0x4D0EFA) is known color: Han Purple. HEX triplet: 4D, 0E and FA. RGB value is (77,14,250). Sum of RGB (Red+Green+Blue) = 77+14+250=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D0EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EFA is #B2F105. Grayscale: #3A3A3A. Windows color (decimal): -11727110 or 16387661. OLE color: 16387661.

HSL color Cylindrical-coordinate representation of color #4D0EFA: hue angle of 256.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0EFA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 14 250 -
CMYK 0.69 0.94 0 0.02
HSL 256.02º 0.96% 0.52% -
HSV(B) 256.02º 0.94% 0.98% -
XYZ 20.47 8.79 91.06 -
YUV 59.74 235.37 140.31 -
System Red Green Blue C M Y K H S L
Decimal 77 14 250 0.69 0.94 0 0.02 256.02 0.96 0.52
Hex 4D E FA 45 5E 0 2 100 60 34
Octal 115 16 372 105 136 0 2 400 140 64
Binary 1001101 1110 11111010 1000101 1011110 0 10 100000000 1100000 110100

Color Harmonies of #4D0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EFA

Black with #4D0EFA

Text Example


Text Example

White with #4D0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,14,250); }

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

background-color css

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

 a { background-color: rgb(77,14,250); }

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

border-color css

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

 span { border-color: rgb(77,14,250); }

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