Html Css Color HEX #4E055D Hot Purple

📋 copy color: '#4E055D'

red 78 ◦ green 5 ◦ blue 93

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

Shades of Hot Purple #4E055D

Tints of Hot Purple #4E055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 44.32%
G = 2.84%
B = 52.84%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E055D (or 0x4E055D) is known color: Hot Purple. HEX triplet: 4E, 05 and 5D. RGB value is (78,5,93). Sum of RGB (Red+Green+Blue) = 78+5+93=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E055D is #B1FAA2. Grayscale: #242424. Windows color (decimal): -11664035 or 6096206. OLE color: 6096206.

HSL color Cylindrical-coordinate representation of color #4E055D: hue angle of 289.77º 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 #4E055D is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 5 93 -
CMYK 0.16 0.95 0 0.64
HSL 289.77º 0.9% 0.19% -
HSV(B) 289.77º 0.95% 0.36% -
XYZ 5.17 2.52 10.57 -
YUV 36.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 78 5 93 0.16 0.95 0 0.64 289.77 0.9 0.19
Hex 4E 5 5D 10 5F 0 40 122 5A 13
Octal 116 5 135 20 137 0 100 442 132 23
Binary 1001110 101 1011101 10000 1011111 0 1000000 100100010 1011010 10011

Color Harmonies of #4E055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E055D

Black with #4E055D

Text Example


Text Example

White with #4E055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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