#780972

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

Shades of Purple #780972

Tints of Purple #780972

Color information

#780972 (or 0x780972) is unknown color: approx Purple. HEX triplet: 78, 09 and 72. RGB value is (120,9,114). Sum of RGB (Red+Green+Blue) = 120+9+114=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #780972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780972 is #87F68D. Grayscale: #353535. Windows color (decimal): -8910478 or 7473528. OLE color: 7473528.

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

Color convert

RGB1209114-
CMYK00.920.050.53
HSL303.24º86.05%25.29%-
HSV(B)303.24º92.5%47.06%-
XYZ10.885.416.39-
YUV54.16161.77174.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=49.38%
G=3.70%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120911400.920.050.53303.2486.0525.29
Hex7897205C53512f5619
Octal17011162013456545712631
Binary11110001001111001001011100101110101100101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780972; }

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

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

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

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

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

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

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

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