#780056

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

Shades of Tyrian Purple #780056

Tints of Tyrian Purple #780056

Color information

#780056 (or 0x780056) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 56. RGB value is (120,0,86). Sum of RGB (Red+Green+Blue) = 120+0+86=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780056 is #87FFA9. Grayscale: #2D2D2D. Windows color (decimal): -8912810 or 5636216. OLE color: 5636216.

HSL color Cylindrical-coordinate representation of color #780056: hue angle of 317º 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 #780056 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB120086-
CMYK010.280.53
HSL317º100%23.53%-
HSV(B)317º100%47.06%-
XYZ9.434.669.21-
YUV45.68150.76181.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=58.25%
G=0%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120086010.280.5331710023.53
Hex780560641C3513d6418
Octal17001260144346547514430
Binary1111000010101100110010011100110101100111101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780056; }

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

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

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

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

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

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

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

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