#780548

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

Shades of Tyrian Purple #780548

Tints of Tyrian Purple #780548

Color information

#780548 (or 0x780548) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 48. RGB value is (120,5,72). Sum of RGB (Red+Green+Blue) = 120+5+72=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #780548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780548 is #87FAB7. Grayscale: #2E2E2E. Windows color (decimal): -8911544 or 4719992. OLE color: 4719992.

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

Color convert

RGB120572-
CMYK00.960.400.53
HSL325.04º92%24.51%-
HSV(B)325.04º95.83%47.06%-
XYZ8.974.576.54-
YUV47.02142.1180.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=60.91%
G=2.54%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12057200.960.400.53325.049224.51
Hex7854806028351455c19
Octal17051100140506550513431
Binary1111000101100100001100000101000110101101000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780548; }

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

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

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

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

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

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

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

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