Html Css Color HEX #4E0059 Hot Purple

📋 copy color: '#4E0059'

red 78 ◦ green 0 ◦ blue 89

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

Shades of Hot Purple #4E0059

Tints of Hot Purple #4E0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 53.29%

R = 46.71%
G = 0%
B = 53.29%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E0059 (or 0x4E0059) is known color: Hot Purple. HEX triplet: 4E, 00 and 59. RGB value is (78,0,89). Sum of RGB (Red+Green+Blue) = 78+0+89=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0059 is #B1FFA6. Grayscale: #212121. Windows color (decimal): -11665319 or 5832782. OLE color: 5832782.

HSL color Cylindrical-coordinate representation of color #4E0059: hue angle of 292.58º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0059 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 0 89 -
CMYK 0.12 1 0 0.65
HSL 292.58º 1% 0.17% -
HSV(B) 292.58º 1% 0.35% -
XYZ 4.95 2.34 9.64 -
YUV 33.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 78 0 89 0.12 1 0 0.65 292.58 1 0.17
Hex 4E 0 59 C 64 0 41 125 64 11
Octal 116 0 131 14 144 0 101 445 144 21
Binary 1001110 0 1011001 1100 1100100 0 1000001 100100101 1100100 10001

Color Harmonies of #4E0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0059

Black with #4E0059

Text Example


Text Example

White with #4E0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,0,89); }

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

background-color css

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

 a { background-color: rgb(78,0,89); }

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

border-color css

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

 span { border-color: rgb(78,0,89); }

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