#780D72

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

Shades of Purple #780D72

Tints of Purple #780D72

Color information

#780D72 (or 0x780D72) is unknown color: approx Purple. HEX triplet: 78, 0D and 72. RGB value is (120,13,114). Sum of RGB (Red+Green+Blue) = 120+13+114=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #780D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D72 is #87F28D. Grayscale: #383838. Windows color (decimal): -8909454 or 7474552. OLE color: 7474552.

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

Color convert

RGB12013114-
CMYK00.890.050.53
HSL303.36º80.45%26.08%-
HSV(B)303.36º89.17%47.06%-
XYZ10.935.516.4-
YUV56.51160.45173.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=48.58%
G=5.26%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201311400.890.050.53303.3680.4526.08
Hex78D7205953512f501a
Octal17015162013156545712032
Binary11110001101111001001011001101110101100101111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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