#78107A

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

Shades of Purple #78107A

Tints of Purple #78107A

Color information

#78107A (or 0x78107A) is unknown color: approx Purple. HEX triplet: 78, 10 and 7A. RGB value is (120,16,122). Sum of RGB (Red+Green+Blue) = 120+16+122=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #78107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78107A is #87EF85. Grayscale: #3A3A3A. Windows color (decimal): -8908678 or 7999608. OLE color: 7999608.

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

Color convert

RGB12016122-
CMYK0.020.8700.52
HSL298.87º76.81%27.06%-
HSV(B)298.87º86.89%47.84%-
XYZ11.445.7718.92-
YUV59.18163.46171.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=46.51%
G=6.20%
B=47.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120161220.020.8700.52298.8776.8127.06
Hex78107A25703412b4d1b
Octal17020172212706445311533
Binary11110001000011110101010101110110100100101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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