#780536

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

Shades of Tyrian Purple #780536

Tints of Tyrian Purple #780536

Color information

#780536 (or 0x780536) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 36. RGB value is (120,5,54). Sum of RGB (Red+Green+Blue) = 120+5+54=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #780536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780536 is #87FAC9. Grayscale: #2C2C2C. Windows color (decimal): -8911562 or 3540344. OLE color: 3540344.

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

Color convert

RGB120554-
CMYK00.960.550.53
HSL334.43º92%24.51%-
HSV(B)334.43º95.83%47.06%-
XYZ8.474.373.89-
YUV44.97133.1181.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=67.04%
G=2.79%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12055400.960.550.53334.439224.51
Hex78536060373514e5c19
Octal1705660140676551613431
Binary111100010111011001100000110111110101101001110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780536; }

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

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

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

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

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

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

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

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