#780539

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

Shades of Tyrian Purple #780539

Tints of Tyrian Purple #780539

Color information

#780539 (or 0x780539) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 39. RGB value is (120,5,57). Sum of RGB (Red+Green+Blue) = 120+5+57=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #780539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780539 is #87FAC6. Grayscale: #2D2D2D. Windows color (decimal): -8911559 or 3736952. OLE color: 3736952.

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

Color convert

RGB120557-
CMYK00.960.520.53
HSL332.87º92%24.51%-
HSV(B)332.87º95.83%47.06%-
XYZ8.544.44.27-
YUV45.31134.6181.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=65.93%
G=2.75%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12055700.960.520.53332.879224.51
Hex78539060343514d5c19
Octal1705710140646551513431
Binary111100010111100101100000110100110101101001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780539; }

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

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

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

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

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

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

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

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