#780546

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

Shades of Tyrian Purple #780546

Tints of Tyrian Purple #780546

Color information

#780546 (or 0x780546) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 46. RGB value is (120,5,70). Sum of RGB (Red+Green+Blue) = 120+5+70=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #780546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780546 is #87FAB9. Grayscale: #2E2E2E. Windows color (decimal): -8911546 or 4588920. OLE color: 4588920.

HSL color Cylindrical-coordinate representation of color #780546: hue angle of 326.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780546 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB120570-
CMYK00.960.420.53
HSL326.09º92%24.51%-
HSV(B)326.09º95.83%47.06%-
XYZ8.914.546.2-
YUV46.8141.1180.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=61.54%
G=2.56%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12057000.960.420.53326.099224.51
Hex785460602A351465c19
Octal17051060140526550613431
Binary1111000101100011001100000101010110101101000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780546; }

 p { color: rgb(120,5,70); }

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

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

 a { background-color: rgb(120,5,70); }

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

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

 span { border-color: rgb(120,5,70); }

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