#78054B

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

Shades of Tyrian Purple #78054B

Tints of Tyrian Purple #78054B

Color information

#78054B (or 0x78054B) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 4B. RGB value is (120,5,75). Sum of RGB (Red+Green+Blue) = 120+5+75=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78054B is #87FAB4. Grayscale: #2F2F2F. Windows color (decimal): -8911541 or 4916600. OLE color: 4916600.

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

Color convert

RGB120575-
CMYK00.960.370.53
HSL323.48º92%24.51%-
HSV(B)323.48º95.83%47.06%-
XYZ9.074.617.07-
YUV47.36143.6179.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=60%
G=2.5%
B=37.5%

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
Decimal12057500.960.370.53323.489224.51
Hex7854B06025351435c19
Octal17051130140456550313431
Binary1111000101100101101100000100101110101101000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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