Html Css Color HEX #4E0559 Hot Purple

📋 copy color: '#4E0559'

red 78 ◦ green 5 ◦ blue 89

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

Shades of Hot Purple #4E0559

Tints of Hot Purple #4E0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 45.35%
G = 2.91%
B = 51.74%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E0559 (or 0x4E0559) is known color: Hot Purple. HEX triplet: 4E, 05 and 59. RGB value is (78,5,89). Sum of RGB (Red+Green+Blue) = 78+5+89=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0559 is #B1FAA6. Grayscale: #242424. Windows color (decimal): -11664039 or 5834062. OLE color: 5834062.

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

Color convert

RGB 78 5 89 -
CMYK 0.12 0.94 0 0.65
HSL 292.14º 0.89% 0.18% -
HSV(B) 292.14º 0.94% 0.35% -
XYZ 5 2.45 9.66 -
YUV 36.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 78 5 89 0.12 0.94 0 0.65 292.14 0.89 0.18
Hex 4E 5 59 C 5E 0 41 124 59 12
Octal 116 5 131 14 136 0 101 444 131 22
Binary 1001110 101 1011001 1100 1011110 0 1000001 100100100 1011001 10010

Color Harmonies of #4E0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0559

Black with #4E0559

Text Example


Text Example

White with #4E0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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