#78167A

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

Shades of Dark Purple #78167A

Tints of Dark Purple #78167A

Color information

#78167A (or 0x78167A) is unknown color: approx Dark Purple. HEX triplet: 78, 16 and 7A. RGB value is (120,22,122). Sum of RGB (Red+Green+Blue) = 120+22+122=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #78167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78167A is #87E985. Grayscale: #3E3E3E. Windows color (decimal): -8907142 or 8001144. OLE color: 8001144.

HSL color Cylindrical-coordinate representation of color #78167A: hue angle of 298.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78167A is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12022122-
CMYK0.020.8200.52
HSL298.8º69.44%28.24%-
HSV(B)298.8º81.97%47.84%-
XYZ11.555.9718.96-
YUV62.7161.47168.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=45.45%
G=8.33%
B=46.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120221220.020.8200.52298.869.4428.24
Hex78167A25203412b451c
Octal17026172212206445310534
Binary11110001011011110101010100100110100100101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,22,122); }

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

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

 a { background-color: rgb(120,22,122); }

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

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

 span { border-color: rgb(120,22,122); }

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