#780073

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

Shades of Purple #780073

Tints of Purple #780073

Color information

#780073 (or 0x780073) is unknown color: approx Purple. HEX triplet: 78, 00 and 73. RGB value is (120,0,115). Sum of RGB (Red+Green+Blue) = 120+0+115=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #780073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780073 is #87FF8C. Grayscale: #303030. Windows color (decimal): -8912781 or 7536760. OLE color: 7536760.

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

Color convert

RGB1200115-
CMYK010.040.53
HSL302.5º100%23.53%-
HSV(B)302.5º100%47.06%-
XYZ10.845.2316.66-
YUV48.99165.26178.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=51.06%
G=0%
B=48.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1200115010.040.53302.510023.53
Hex7807306443512e6418
Octal1700163014446545614430
Binary11110000111001101100100100110101100101110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780073; }

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

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

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

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

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

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

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

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