#78043B

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

Shades of Tyrian Purple #78043B

Tints of Tyrian Purple #78043B

Color information

#78043B (or 0x78043B) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 3B. RGB value is (120,4,59). Sum of RGB (Red+Green+Blue) = 120+4+59=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78043B is #87FBC4. Grayscale: #2C2C2C. Windows color (decimal): -8911813 or 3867768. OLE color: 3867768.

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

Color convert

RGB120459-
CMYK00.970.510.53
HSL331.55º93.55%24.31%-
HSV(B)331.55º96.67%47.06%-
XYZ8.584.44.53-
YUV44.95135.93181.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.57%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=65.57%
G=2.19%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12045900.970.510.53331.5593.5524.31
Hex7843B061333514c5e18
Octal1704730141636551413630
Binary111100010011101101100001110011110101101001100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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