#78054C

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

Shades of Tyrian Purple #78054C

Tints of Tyrian Purple #78054C

Color information

#78054C (or 0x78054C) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 4C. RGB value is (120,5,76). Sum of RGB (Red+Green+Blue) = 120+5+76=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78054C is #87FAB3. Grayscale: #2F2F2F. Windows color (decimal): -8911540 or 4982136. OLE color: 4982136.

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

Color convert

RGB120576-
CMYK00.960.370.53
HSL322.96º92%24.51%-
HSV(B)322.96º95.83%47.06%-
XYZ9.14.627.25-
YUV47.48144.1179.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=59.70%
G=2.49%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12057600.960.370.53322.969224.51
Hex7854C06025351435c19
Octal17051140140456550313431
Binary1111000101100110001100000100101110101101000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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