Html Css Color HEX #4E1458 Hot Purple

📋 copy color: '#4E1458'

red 78 ◦ green 20 ◦ blue 88

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

Shades of Hot Purple #4E1458

Tints of Hot Purple #4E1458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 41.94%
G = 10.75%
B = 47.31%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E1458 (or 0x4E1458) is known color: Hot Purple. HEX triplet: 4E, 14 and 58. RGB value is (78,20,88). Sum of RGB (Red+Green+Blue) = 78+20+88=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E1458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1458 is #B1EBA7. Grayscale: #2C2C2C. Windows color (decimal): -11660200 or 5772366. OLE color: 5772366.

HSL color Cylindrical-coordinate representation of color #4E1458: hue angle of 291.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1458 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 20 88 -
CMYK 0.11 0.77 0 0.65
HSL 291.18º 0.63% 0.21% -
HSV(B) 291.18º 0.77% 0.35% -
XYZ 5.15 2.82 9.51 -
YUV 45.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 78 20 88 0.11 0.77 0 0.65 291.18 0.63 0.21
Hex 4E 14 58 B 4D 0 41 123 3F 15
Octal 116 24 130 13 115 0 101 443 77 25
Binary 1001110 10100 1011000 1011 1001101 0 1000001 100100011 111111 10101

Color Harmonies of #4E1458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1458

Black with #4E1458

Text Example


Text Example

White with #4E1458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,20,88); }

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

background-color css

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

 a { background-color: rgb(78,20,88); }

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

border-color css

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

 span { border-color: rgb(78,20,88); }

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