#780475

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

Shades of Purple #780475

Tints of Purple #780475

Color information

#780475 (or 0x780475) is unknown color: approx Purple. HEX triplet: 78, 04 and 75. RGB value is (120,4,117). Sum of RGB (Red+Green+Blue) = 120+4+117=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780475 is #87FB8A. Grayscale: #333333. Windows color (decimal): -8911755 or 7668856. OLE color: 7668856.

HSL color Cylindrical-coordinate representation of color #780475: hue angle of 301.55º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780475 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB1204117-
CMYK00.970.020.53
HSL301.55º93.55%24.31%-
HSV(B)301.55º96.67%47.06%-
XYZ115.3617.29-
YUV51.57164.93176.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=49.79%
G=1.66%
B=48.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120411700.970.020.53301.5593.5524.31
Hex7847506123512e5e18
Octal1704165014126545613630
Binary111100010011101010110000110110101100101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780475; }

 p { color: rgb(120,4,117); }

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

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

 a { background-color: rgb(120,4,117); }

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

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

 span { border-color: rgb(120,4,117); }

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