#78016B

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

Shades of Purple #78016B

Tints of Purple #78016B

Color information

#78016B (or 0x78016B) is unknown color: approx Purple. HEX triplet: 78, 01 and 6B. RGB value is (120,1,107). Sum of RGB (Red+Green+Blue) = 120+1+107=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78016B is #87FE94. Grayscale: #303030. Windows color (decimal): -8912533 or 7012728. OLE color: 7012728.

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

Color convert

RGB1201107-
CMYK00.990.110.53
HSL306.55º98.35%23.73%-
HSV(B)306.55º99.17%47.06%-
XYZ10.415.0814.34-
YUV48.66160.92178.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=52.63%
G=0.44%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120110700.990.110.53306.5598.3523.73
Hex7816B063B351336218
Octal17011530143136546314230
Binary111100011101011011000111011110101100110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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