Html Css Color HEX #4E0BEB Han Purple

📋 copy color: '#4E0BEB'

red 78 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #4E0BEB

Tints of Han Purple #4E0BEB

RGB

 RED value IS 78 (30.86% from 255) = 24.07%

 GREEN value IS 11 (4.69% from 255) = 3.4%

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

R = 24.07%
G = 3.4%
B = 72.53%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4E0BEB (or 0x4E0BEB) is known color: Han Purple. HEX triplet: 4E, 0B and EB. RGB value is (78,11,235). Sum of RGB (Red+Green+Blue) = 78+11+235=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E0BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0BEB is #B1F414. Grayscale: #373737. Windows color (decimal): -11662357 or 15403854. OLE color: 15403854.

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

Color convert

RGB 78 11 235 -
CMYK 0.67 0.95 0 0.08
HSL 257.95º 0.91% 0.48% -
HSV(B) 257.95º 0.95% 0.92% -
XYZ 18.26 7.86 79.15 -
YUV 56.57 228.7 143.29 -
System Red Green Blue C M Y K H S L
Decimal 78 11 235 0.67 0.95 0 0.08 257.95 0.91 0.48
Hex 4E B EB 43 5F 0 8 102 5B 30
Octal 116 13 353 103 137 0 10 402 133 60
Binary 1001110 1011 11101011 1000011 1011111 0 1000 100000010 1011011 110000

Color Harmonies of #4E0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0BEB

Black with #4E0BEB

Text Example


Text Example

White with #4E0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,11,235); }

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

background-color css

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

 a { background-color: rgb(78,11,235); }

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

border-color css

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

 span { border-color: rgb(78,11,235); }

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