#78016C

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

Shades of Purple #78016C

Tints of Purple #78016C

Color information

#78016C (or 0x78016C) is unknown color: approx Purple. HEX triplet: 78, 01 and 6C. RGB value is (120,1,108). Sum of RGB (Red+Green+Blue) = 120+1+108=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78016C is #87FE93. Grayscale: #303030. Windows color (decimal): -8912532 or 7078264. OLE color: 7078264.

HSL color Cylindrical-coordinate representation of color #78016C: hue angle of 306.05º 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 #78016C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB1201108-
CMYK00.990.100.53
HSL306.05º98.35%23.73%-
HSV(B)306.05º99.17%47.06%-
XYZ10.465.114.62-
YUV48.78161.42178.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=52.40%
G=0.44%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120110800.990.100.53306.0598.3523.73
Hex7816C063A351326218
Octal17011540143126546214230
Binary111100011101100011000111010110101100110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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