#780545

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

Shades of Tyrian Purple #780545

Tints of Tyrian Purple #780545

Color information

#780545 (or 0x780545) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 45. RGB value is (120,5,69). Sum of RGB (Red+Green+Blue) = 120+5+69=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780545 is #87FABA. Grayscale: #2E2E2E. Windows color (decimal): -8911547 or 4523384. OLE color: 4523384.

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

Color convert

RGB120569-
CMYK00.960.420.53
HSL326.61º92%24.51%-
HSV(B)326.61º95.83%47.06%-
XYZ8.874.536.04-
YUV46.68140.6180.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=61.86%
G=2.58%
B=35.57%

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
Decimal12056900.960.420.53326.619224.51
Hex785450602A351475c19
Octal17051050140526550713431
Binary1111000101100010101100000101010110101101000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780545; }

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

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

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

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

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

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

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

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