#781073

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

Shades of Purple #781073

Tints of Purple #781073

Color information

#781073 (or 0x781073) is unknown color: approx Purple. HEX triplet: 78, 10 and 73. RGB value is (120,16,115). Sum of RGB (Red+Green+Blue) = 120+16+115=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #781073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781073 is #87EF8C. Grayscale: #3A3A3A. Windows color (decimal): -8908685 or 7540856. OLE color: 7540856.

HSL color Cylindrical-coordinate representation of color #781073: hue angle of 302.88º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781073 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12016115-
CMYK00.870.040.53
HSL302.88º76.47%26.67%-
HSV(B)302.88º86.67%47.06%-
XYZ11.035.616.72-
YUV58.38159.96171.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=47.81%
G=6.37%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201611500.870.040.53302.8876.4726.67
Hex78107305743512f4c1b
Octal17020163012746545711433
Binary111100010000111001101010111100110101100101111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781073; }

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

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

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

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

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

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

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

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