#78013E

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

Shades of Tyrian Purple #78013E

Tints of Tyrian Purple #78013E

Color information

#78013E (or 0x78013E) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 3E. RGB value is (120,1,62). Sum of RGB (Red+Green+Blue) = 120+1+62=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78013E is #87FEC1. Grayscale: #2B2B2B. Windows color (decimal): -8912578 or 4063608. OLE color: 4063608.

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

Color convert

RGB120162-
CMYK00.990.480.53
HSL329.24º98.35%23.73%-
HSV(B)329.24º99.17%47.06%-
XYZ8.634.364.94-
YUV43.54138.42182.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.57%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=65.57%
G=0.55%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016200.990.480.53329.2498.3523.73
Hex7813E06330351496218
Octal1701760143606551114230
Binary1111000111111001100011110000110101101001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78013E; }

 p { color: rgb(120,1,62); }

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

<style>
 a { background-color: #78013E; }

 a { background-color: rgb(120,1,62); }

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

<style>
 span { border-color: #78013E; }

 span { border-color: rgb(120,1,62); }

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