#780542

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

Shades of Tyrian Purple #780542

Tints of Tyrian Purple #780542

Color information

#780542 (or 0x780542) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 42. RGB value is (120,5,66). Sum of RGB (Red+Green+Blue) = 120+5+66=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #780542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780542 is #87FABD. Grayscale: #2E2E2E. Windows color (decimal): -8911550 or 4326776. OLE color: 4326776.

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

Color convert

RGB120566-
CMYK00.960.450.53
HSL328.17º92%24.51%-
HSV(B)328.17º95.83%47.06%-
XYZ8.784.495.56-
YUV46.34139.1180.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=62.83%
G=2.62%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12056600.960.450.53328.179224.51
Hex785420602D351485c19
Octal17051020140556551013431
Binary1111000101100001001100000101101110101101001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780542; }

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

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

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

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

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

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

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

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