#780472

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

Shades of Purple #780472

Tints of Purple #780472

Color information

#780472 (or 0x780472) is unknown color: approx Purple. HEX triplet: 78, 04 and 72. RGB value is (120,4,114). Sum of RGB (Red+Green+Blue) = 120+4+114=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780472 is #87FB8D. Grayscale: #323232. Windows color (decimal): -8911758 or 7472248. OLE color: 7472248.

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

Color convert

RGB1204114-
CMYK00.970.050.53
HSL303.1º93.55%24.31%-
HSV(B)303.1º96.67%47.06%-
XYZ10.835.2916.37-
YUV51.22163.43177.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=50.42%
G=1.68%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120411400.970.050.53303.193.5524.31
Hex7847206153512f5e18
Octal1704162014156545713630
Binary1111000100111001001100001101110101100101111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780472; }

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

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

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

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

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

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

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

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