Html Css Color HEX #4E1057 Hot Purple

📋 copy color: '#4E1057'

red 78 ◦ green 16 ◦ blue 87

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

Shades of Hot Purple #4E1057

Tints of Hot Purple #4E1057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

 BLUE value IS 87 (34.38% from 255) = 48.07%

R = 43.09%
G = 8.84%
B = 48.07%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4E1057 (or 0x4E1057) is known color: Hot Purple. HEX triplet: 4E, 10 and 57. RGB value is (78,16,87). Sum of RGB (Red+Green+Blue) = 78+16+87=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E1057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1057 is #B1EFA8. Grayscale: #2A2A2A. Windows color (decimal): -11661225 or 5705806. OLE color: 5705806.

HSL color Cylindrical-coordinate representation of color #4E1057: hue angle of 292.39º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1057 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 78 16 87 -
CMYK 0.10 0.82 0 0.66
HSL 292.39º 0.69% 0.2% -
HSV(B) 292.39º 0.82% 0.34% -
XYZ 5.05 2.68 9.27 -
YUV 42.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 78 16 87 0.10 0.82 0 0.66 292.39 0.69 0.2
Hex 4E 10 57 A 52 0 42 124 45 14
Octal 116 20 127 12 122 0 102 444 105 24
Binary 1001110 10000 1010111 1010 1010010 0 1000010 100100100 1000101 10100

Color Harmonies of #4E1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1057

Black with #4E1057

Text Example


Text Example

White with #4E1057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,87); }

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

background-color css

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

 a { background-color: rgb(78,16,87); }

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

border-color css

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

 span { border-color: rgb(78,16,87); }

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