Html Css Color HEX #4D14EA Han Purple

📋 copy color: '#4D14EA'

red 77 ◦ green 20 ◦ blue 234

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

Shades of Han Purple #4D14EA

Tints of Han Purple #4D14EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 234 (91.8% from 255) = 70.69%

R = 23.26%
G = 6.04%
B = 70.69%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D14EA (or 0x4D14EA) is known color: Han Purple. HEX triplet: 4D, 14 and EA. RGB value is (77,20,234). Sum of RGB (Red+Green+Blue) = 77+20+234=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D14EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D14EA is #B2EB15. Grayscale: #3C3C3C. Windows color (decimal): -11725590 or 15340621. OLE color: 15340621.

HSL color Cylindrical-coordinate representation of color #4D14EA: hue angle of 255.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D14EA is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 20 234 -
CMYK 0.67 0.91 0 0.08
HSL 255.98º 0.84% 0.5% -
HSV(B) 255.98º 0.91% 0.92% -
XYZ 18.16 8.02 78.43 -
YUV 61.44 225.38 139.1 -
System Red Green Blue C M Y K H S L
Decimal 77 20 234 0.67 0.91 0 0.08 255.98 0.84 0.5
Hex 4D 14 EA 43 5B 0 8 100 54 32
Octal 115 24 352 103 133 0 10 400 124 62
Binary 1001101 10100 11101010 1000011 1011011 0 1000 100000000 1010100 110010

Color Harmonies of #4D14EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D14EA

Black with #4D14EA

Text Example


Text Example

White with #4D14EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,20,234); }

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

background-color css

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

 a { background-color: rgb(77,20,234); }

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

border-color css

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

 span { border-color: rgb(77,20,234); }

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