Html Css Color HEX #4D14EB Han Purple

📋 copy color: '#4D14EB'

red 77 ◦ green 20 ◦ blue 235

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

Shades of Han Purple #4D14EB

Tints of Han Purple #4D14EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 23.19%
G = 6.02%
B = 70.78%

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

#4D14EB (or 0x4D14EB) is known color: Han Purple. HEX triplet: 4D, 14 and EB. RGB value is (77,20,235). Sum of RGB (Red+Green+Blue) = 77+20+235=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D14EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D14EB is #B2EB14. Grayscale: #3C3C3C. Windows color (decimal): -11725589 or 15406157. OLE color: 15406157.

HSL color Cylindrical-coordinate representation of color #4D14EB: hue angle of 255.91º 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 #4D14EB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 20 235 -
CMYK 0.67 0.91 0 0.08
HSL 255.91º 0.84% 0.5% -
HSV(B) 255.91º 0.91% 0.92% -
XYZ 18.31 8.08 79.19 -
YUV 61.55 225.88 139.02 -
System Red Green Blue C M Y K H S L
Decimal 77 20 235 0.67 0.91 0 0.08 255.91 0.84 0.5
Hex 4D 14 EB 43 5B 0 8 100 54 32
Octal 115 24 353 103 133 0 10 400 124 62
Binary 1001101 10100 11101011 1000011 1011011 0 1000 100000000 1010100 110010

Color Harmonies of #4D14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D14EB

Black with #4D14EB

Text Example


Text Example

White with #4D14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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