#78058E

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

Shades of Purple #78058E

Tints of Purple #78058E

Color information

#78058E (or 0x78058E) is unknown color: approx Purple. HEX triplet: 78, 05 and 8E. RGB value is (120,5,142). Sum of RGB (Red+Green+Blue) = 120+5+142=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #78058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78058E is #87FA71. Grayscale: #363636. Windows color (decimal): -8911474 or 9307512. OLE color: 9307512.

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

Color convert

RGB1205142-
CMYK0.150.9600.44
HSL290.36º93.2%28.82%-
HSV(B)290.36º96.48%55.69%-
XYZ12.686.0526.09-
YUV55177.1174.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=44.94%
G=1.87%
B=53.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12051420.150.9600.44290.3693.228.82
Hex7858EF6002C1225d1d
Octal17052161714005444213535
Binary111100010110001110111111000000101100100100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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