#780569

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

Shades of Purple #780569

Tints of Purple #780569

Color information

#780569 (or 0x780569) is unknown color: approx Purple. HEX triplet: 78, 05 and 69. RGB value is (120,5,105). Sum of RGB (Red+Green+Blue) = 120+5+105=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #780569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780569 is #87FA96. Grayscale: #323232. Windows color (decimal): -8911511 or 6882680. OLE color: 6882680.

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

Color convert

RGB1205105-
CMYK00.960.130.53
HSL307.83º92%24.51%-
HSV(B)307.83º95.83%47.06%-
XYZ10.355.1213.81-
YUV50.78158.6177.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=52.17%
G=2.17%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510500.960.130.53307.839224.51
Hex78569060D351345c19
Octal17051510140156546413431
Binary11110001011101001011000001101110101100110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780569; }

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

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

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

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

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

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

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

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