#78013A

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

Shades of Tyrian Purple #78013A

Tints of Tyrian Purple #78013A

Color information

#78013A (or 0x78013A) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 3A. RGB value is (120,1,58). Sum of RGB (Red+Green+Blue) = 120+1+58=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #78013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78013A is #87FEC5. Grayscale: #2A2A2A. Windows color (decimal): -8912582 or 3801464. OLE color: 3801464.

HSL color Cylindrical-coordinate representation of color #78013A: hue angle of 331.26º 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 #78013A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB120158-
CMYK00.990.520.53
HSL331.26º98.35%23.73%-
HSV(B)331.26º99.17%47.06%-
XYZ8.524.324.39-
YUV43.08136.42182.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=67.04%
G=0.56%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015800.990.520.53331.2698.3523.73
Hex7813A063343514b6218
Octal1701720143646551314230
Binary1111000111101001100011110100110101101001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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