Html Css Color HEX #4E0CE0 Han Purple

📋 copy color: '#4E0CE0'

red 78 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #4E0CE0

Tints of Han Purple #4E0CE0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.82%

 BLUE value IS 224 (87.89% from 255) = 71.34%

R = 24.84%
G = 3.82%
B = 71.34%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4E0CE0 (or 0x4E0CE0) is known color: Han Purple. HEX triplet: 4E, 0C and E0. RGB value is (78,12,224). Sum of RGB (Red+Green+Blue) = 78+12+224=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E0CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0CE0 is #B1F31F. Grayscale: #373737. Windows color (decimal): -11662112 or 14683214. OLE color: 14683214.

HSL color Cylindrical-coordinate representation of color #4E0CE0: hue angle of 258.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0CE0 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 12 224 -
CMYK 0.65 0.95 0 0.12
HSL 258.68º 0.9% 0.46% -
HSV(B) 258.68º 0.95% 0.88% -
XYZ 16.73 7.26 71.04 -
YUV 55.9 222.87 143.76 -
System Red Green Blue C M Y K H S L
Decimal 78 12 224 0.65 0.95 0 0.12 258.68 0.9 0.46
Hex 4E C E0 41 5F 0 C 103 5A 2E
Octal 116 14 340 101 137 0 14 403 132 56
Binary 1001110 1100 11100000 1000001 1011111 0 1100 100000011 1011010 101110

Color Harmonies of #4E0CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0CE0

Black with #4E0CE0

Text Example


Text Example

White with #4E0CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,12,224); }

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

background-color css

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

 a { background-color: rgb(78,12,224); }

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

border-color css

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

 span { border-color: rgb(78,12,224); }

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