#780B45

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

Shades of Tyrian Purple #780B45

Tints of Tyrian Purple #780B45

Color information

#780B45 (or 0x780B45) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0B and 45. RGB value is (120,11,69). Sum of RGB (Red+Green+Blue) = 120+11+69=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #780B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B45 is #87F4BA. Grayscale: #323232. Windows color (decimal): -8910011 or 4524920. OLE color: 4524920.

HSL color Cylindrical-coordinate representation of color #780B45: hue angle of 328.07º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B45 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1201169-
CMYK00.910.420.53
HSL328.07º83.21%25.69%-
HSV(B)328.07º90.83%47.06%-
XYZ8.944.666.06-
YUV50.2138.61177.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=60%
G=5.5%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120116900.910.420.53328.0783.2125.69
Hex78B4505B2A35148531a
Octal170131050133526551012332
Binary11110001011100010101011011101010110101101001000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780B45; }

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

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

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

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

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

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

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

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