#780436

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

Shades of Tyrian Purple #780436

Tints of Tyrian Purple #780436

Color information

#780436 (or 0x780436) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 36. RGB value is (120,4,54). Sum of RGB (Red+Green+Blue) = 120+4+54=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780436 is #87FBC9. Grayscale: #2C2C2C. Windows color (decimal): -8911818 or 3540088. OLE color: 3540088.

HSL color Cylindrical-coordinate representation of color #780436: hue angle of 334.14º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780436 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB120454-
CMYK00.970.550.53
HSL334.14º93.55%24.31%-
HSV(B)334.14º96.67%47.06%-
XYZ8.454.353.88-
YUV44.38133.43181.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=67.42%
G=2.25%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12045400.970.550.53334.1493.5524.31
Hex78436061373514e5e18
Octal1704660141676551613630
Binary111100010011011001100001110111110101101001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780436; }

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

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

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

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

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

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

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

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