#780173

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

Shades of Purple #780173

Tints of Purple #780173

Color information

#780173 (or 0x780173) is unknown color: approx Purple. HEX triplet: 78, 01 and 73. RGB value is (120,1,115). Sum of RGB (Red+Green+Blue) = 120+1+115=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780173 is #87FE8C. Grayscale: #313131. Windows color (decimal): -8912525 or 7537016. OLE color: 7537016.

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

Color convert

RGB1201115-
CMYK00.990.040.53
HSL302.52º98.35%23.73%-
HSV(B)302.52º99.17%47.06%-
XYZ10.855.2516.66-
YUV49.58164.92178.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=50.85%
G=0.42%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120111500.990.040.53302.5298.3523.73
Hex7817306343512f6218
Octal1701163014346545714230
Binary11110001111001101100011100110101100101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780173; }

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

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

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

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

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

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

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

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