#78044F

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

Shades of Tyrian Purple #78044F

Tints of Tyrian Purple #78044F

Color information

#78044F (or 0x78044F) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 4F. RGB value is (120,4,79). Sum of RGB (Red+Green+Blue) = 120+4+79=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78044F is #87FBB0. Grayscale: #2F2F2F. Windows color (decimal): -8911793 or 5178488. OLE color: 5178488.

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

Color convert

RGB120479-
CMYK00.970.340.53
HSL321.21º93.55%24.31%-
HSV(B)321.21º96.67%47.06%-
XYZ9.24.647.81-
YUV47.23145.93179.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=59.11%
G=1.97%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12047900.970.340.53321.2193.5524.31
Hex7844F06122351415e18
Octal17041170141426550113630
Binary1111000100100111101100001100010110101101000001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78044F; }

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

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

<style>
 a { background-color: #78044F; }

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

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

<style>
 span { border-color: #78044F; }

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

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