#4E0855

Color #4E0855 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4E0855

Tints of Hot Purple #4E0855

Color information

#4E0855 (or 0x4E0855) is unknown color: approx Hot Purple. HEX triplet: 4E, 08 and 55. RGB value is (78,8,85). Sum of RGB (Red+Green+Blue) = 78+8+85=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E0855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0855 is #B1F7AA. Grayscale: #252525. Windows color (decimal): -11663275 or 5572686. OLE color: 5572686.

HSL color Cylindrical-coordinate representation of color #4E0855: hue angle of 294.55º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0855 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB78885-
CMYK0.080.9100.67
HSL294.55º82.8%18.24%-
HSV(B)294.55º90.59%33.33%-
XYZ4.872.458.81-
YUV37.71154.69156.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=45.61%
G=4.68%
B=49.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal788850.080.9100.67294.5582.818.24
Hex4E85585B0431275312
Octal1161012510133010344712322
Binary1001110100010101011000101101101000011100100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,85); }

 H1.HeaderClassName
 {
   color: #4E0855;
 }
 .AnyTagClassName
 {
   color: #4E0855;
 }
</style>
background-color css

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

 a { background-color: rgb(78,8,85); }

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

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

 span { border-color: rgb(78,8,85); }

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