#78034d

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

Shades of Tyrian Purple #78034D

Tints of Tyrian Purple #78034D

Color information

#78034D (or 0x78034D) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 4D. RGB value is (120,3,77). Sum of RGB (Red+Green+Blue) = 120+3+77=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78034D is #87FCB2. Grayscale: #2E2E2E. Windows color (decimal): -8912051 or 5047160. OLE color: 5047160.

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

Color convert

RGB120377-
CMYK00.980.360.53
HSL322.05º95.12%24.12%-
HSV(B)322.05º97.5%47.06%-
XYZ9.124.597.43-
YUV46.42145.26180.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=60%
G=1.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12037700.980.360.53322.0595.1224.12
Hex7834D06224351425f18
Octal17031150142446550213730
Binary111100011100110101100010100100110101101000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78034d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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