#780B73

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

Shades of Purple #780B73

Tints of Purple #780B73

Color information

#780B73 (or 0x780B73) is unknown color: approx Purple. HEX triplet: 78, 0B and 73. RGB value is (120,11,115). Sum of RGB (Red+Green+Blue) = 120+11+115=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #780B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B73 is #87F48C. Grayscale: #373737. Windows color (decimal): -8909965 or 7539576. OLE color: 7539576.

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

Color convert

RGB12011115-
CMYK00.910.040.53
HSL302.75º83.21%25.69%-
HSV(B)302.75º90.83%47.06%-
XYZ10.965.4716.7-
YUV55.45161.61174.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=48.78%
G=4.47%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201111500.910.040.53302.7583.2125.69
Hex78B7305B43512f531a
Octal17013163013346545712332
Binary11110001011111001101011011100110101100101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,11,115); }

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

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

 a { background-color: rgb(120,11,115); }

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

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

 span { border-color: rgb(120,11,115); }

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