#78034F

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

Shades of Tyrian Purple #78034F

Tints of Tyrian Purple #78034F

Color information

#78034F (or 0x78034F) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 4F. RGB value is (120,3,79). Sum of RGB (Red+Green+Blue) = 120+3+79=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78034F is #87FCB0. Grayscale: #2E2E2E. Windows color (decimal): -8912049 or 5178232. OLE color: 5178232.

HSL color Cylindrical-coordinate representation of color #78034F: hue angle of 321.03º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78034F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB120379-
CMYK00.980.340.53
HSL321.03º95.12%24.12%-
HSV(B)321.03º97.5%47.06%-
XYZ9.194.627.81-
YUV46.65146.26180.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=59.41%
G=1.49%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12037900.980.340.53321.0395.1224.12
Hex7834F06222351415f18
Octal17031170142426550113730
Binary111100011100111101100010100010110101101000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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