#78016A

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

Shades of Purple #78016A

Tints of Purple #78016A

Color information

#78016A (or 0x78016A) is unknown color: approx Purple. HEX triplet: 78, 01 and 6A. RGB value is (120,1,106). Sum of RGB (Red+Green+Blue) = 120+1+106=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78016A is #87FE95. Grayscale: #303030. Windows color (decimal): -8912534 or 6947192. OLE color: 6947192.

HSL color Cylindrical-coordinate representation of color #78016A: hue angle of 307.06º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78016A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB1201106-
CMYK00.990.120.53
HSL307.06º98.35%23.73%-
HSV(B)307.06º99.17%47.06%-
XYZ10.365.0614.07-
YUV48.55160.42178.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=52.86%
G=0.44%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120110600.990.120.53307.0698.3523.73
Hex7816A063C351336218
Octal17011520143146546314230
Binary111100011101010011000111100110101100110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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