#780F72

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

Shades of Purple #780F72

Tints of Purple #780F72

Color information

#780F72 (or 0x780F72) is unknown color: approx Purple. HEX triplet: 78, 0F and 72. RGB value is (120,15,114). Sum of RGB (Red+Green+Blue) = 120+15+114=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #780F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F72 is #87F08D. Grayscale: #393939. Windows color (decimal): -8908942 or 7475064. OLE color: 7475064.

HSL color Cylindrical-coordinate representation of color #780F72: hue angle of 303.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F72 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12015114-
CMYK00.870.050.53
HSL303.43º77.78%26.47%-
HSV(B)303.43º87.5%47.06%-
XYZ10.955.5516.41-
YUV57.68159.79172.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=48.19%
G=6.02%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201511400.870.050.53303.4377.7826.47
Hex78F7205753512f4e1a
Octal17017162012756545711632
Binary11110001111111001001010111101110101100101111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F72; }

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

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

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

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

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

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

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

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