#78088A

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

Shades of Purple #78088A

Tints of Purple #78088A

Color information

#78088A (or 0x78088A) is unknown color: approx Purple. HEX triplet: 78, 08 and 8A. RGB value is (120,8,138). Sum of RGB (Red+Green+Blue) = 120+8+138=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #78088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78088A is #87F775. Grayscale: #373737. Windows color (decimal): -8910710 or 9046136. OLE color: 9046136.

HSL color Cylindrical-coordinate representation of color #78088A: hue angle of 291.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78088A is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1208138-
CMYK0.130.9400.46
HSL291.69º89.04%28.63%-
HSV(B)291.69º94.2%54.12%-
XYZ12.42624.55-
YUV56.31174.11173.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=45.11%
G=3.01%
B=51.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12081380.130.9400.46291.6989.0428.63
Hex7888AD5E02E124591d
Octal170102121513605644413135
Binary1111000100010001010110110111100101110100100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78088A; }

 p { color: rgb(120,8,138); }

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

<style>
 a { background-color: #78088A; }

 a { background-color: rgb(120,8,138); }

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

<style>
 span { border-color: #78088A; }

 span { border-color: rgb(120,8,138); }

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