#780165

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

Shades of Purple #780165

Tints of Purple #780165

Color information

#780165 (or 0x780165) is unknown color: approx Purple. HEX triplet: 78, 01 and 65. RGB value is (120,1,101). Sum of RGB (Red+Green+Blue) = 120+1+101=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780165 is #87FE9A. Grayscale: #2F2F2F. Windows color (decimal): -8912539 or 6619512. OLE color: 6619512.

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

Color convert

RGB1201101-
CMYK00.990.160.53
HSL309.58º98.35%23.73%-
HSV(B)309.58º99.17%47.06%-
XYZ10.114.9512.74-
YUV47.98157.92179.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=54.05%
G=0.45%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120110100.990.160.53309.5898.3523.73
Hex7816506310351366218
Octal17011450143206546614230
Binary1111000111001010110001110000110101100110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780165; }

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

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

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

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

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

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

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

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