#78018E

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

Shades of Purple #78018E

Tints of Purple #78018E

Color information

#78018E (or 0x78018E) is unknown color: approx Purple. HEX triplet: 78, 01 and 8E. RGB value is (120,1,142). Sum of RGB (Red+Green+Blue) = 120+1+142=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #78018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78018E is #87FE71. Grayscale: #343434. Windows color (decimal): -8912498 or 9306488. OLE color: 9306488.

HSL color Cylindrical-coordinate representation of color #78018E: hue angle of 290.64º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78018E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1201142-
CMYK0.150.9900.44
HSL290.64º98.6%28.04%-
HSV(B)290.64º99.3%55.69%-
XYZ12.645.9726.08-
YUV52.66178.42176.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=45.63%
G=0.38%
B=53.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12011420.150.9900.44290.6498.628.04
Hex7818EF6302C123631c
Octal17012161714305444314334
Binary1111000110001110111111000110101100100100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78018E; }

 p { color: rgb(120,1,142); }

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

<style>
 a { background-color: #78018E; }

 a { background-color: rgb(120,1,142); }

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

<style>
 span { border-color: #78018E; }

 span { border-color: rgb(120,1,142); }

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