#78043D

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

Shades of Tyrian Purple #78043D

Tints of Tyrian Purple #78043D

Color information

#78043D (or 0x78043D) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 3D. RGB value is (120,4,61). Sum of RGB (Red+Green+Blue) = 120+4+61=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78043D is #87FBC2. Grayscale: #2D2D2D. Windows color (decimal): -8911811 or 3998840. OLE color: 3998840.

HSL color Cylindrical-coordinate representation of color #78043D: hue angle of 330.52º 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 #78043D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB120461-
CMYK00.970.490.53
HSL330.52º93.55%24.31%-
HSV(B)330.52º96.67%47.06%-
XYZ8.634.424.81-
YUV45.18136.93181.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=64.86%
G=2.16%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12046100.970.490.53330.5293.5524.31
Hex7843D061313514b5e18
Octal1704750141616551313630
Binary111100010011110101100001110001110101101001011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78043D; }

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

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

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

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

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

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

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

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