Html Css Color HEX #4E055B Hot Purple

📋 copy color: '#4E055B'

red 78 ◦ green 5 ◦ blue 91

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

Shades of Hot Purple #4E055B

Tints of Hot Purple #4E055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 44.83%
G = 2.87%
B = 52.3%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E055B (or 0x4E055B) is known color: Hot Purple. HEX triplet: 4E, 05 and 5B. RGB value is (78,5,91). Sum of RGB (Red+Green+Blue) = 78+5+91=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E055B is #B1FAA4. Grayscale: #242424. Windows color (decimal): -11664037 or 5965134. OLE color: 5965134.

HSL color Cylindrical-coordinate representation of color #4E055B: hue angle of 290.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E055B is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 5 91 -
CMYK 0.14 0.95 0 0.64
HSL 290.93º 0.9% 0.19% -
HSV(B) 290.93º 0.95% 0.36% -
XYZ 5.08 2.48 10.11 -
YUV 36.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 78 5 91 0.14 0.95 0 0.64 290.93 0.9 0.19
Hex 4E 5 5B E 5F 0 40 123 5A 13
Octal 116 5 133 16 137 0 100 443 132 23
Binary 1001110 101 1011011 1110 1011111 0 1000000 100100011 1011010 10011

Color Harmonies of #4E055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E055B

Black with #4E055B

Text Example


Text Example

White with #4E055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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