#780565

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

Shades of Purple #780565

Tints of Purple #780565

Color information

#780565 (or 0x780565) is unknown color: approx Purple. HEX triplet: 78, 05 and 65. RGB value is (120,5,101). Sum of RGB (Red+Green+Blue) = 120+5+101=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780565 is #87FA9A. Grayscale: #323232. Windows color (decimal): -8911515 or 6620536. OLE color: 6620536.

HSL color Cylindrical-coordinate representation of color #780565: hue angle of 309.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780565 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB1205101-
CMYK00.960.160.53
HSL309.91º92%24.51%-
HSV(B)309.91º95.83%47.06%-
XYZ10.155.0412.75-
YUV50.33156.6177.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=53.10%
G=2.21%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510100.960.160.53309.919224.51
Hex7856506010351365c19
Octal17051450140206546613431
Binary111100010111001010110000010000110101100110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780565; }

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

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

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

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

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

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

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

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