#78054D

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

Shades of Tyrian Purple #78054D

Tints of Tyrian Purple #78054D

Color information

#78054D (or 0x78054D) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 4D. RGB value is (120,5,77). Sum of RGB (Red+Green+Blue) = 120+5+77=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78054D is #87FAB2. Grayscale: #2F2F2F. Windows color (decimal): -8911539 or 5047672. OLE color: 5047672.

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

Color convert

RGB120577-
CMYK00.960.360.53
HSL322.43º92%24.51%-
HSV(B)322.43º95.83%47.06%-
XYZ9.144.647.43-
YUV47.59144.6179.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=59.41%
G=2.48%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12057700.960.360.53322.439224.51
Hex7854D06024351425c19
Octal17051150140446550213431
Binary1111000101100110101100000100100110101101000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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