#78064A

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

Shades of Tyrian Purple #78064A

Tints of Tyrian Purple #78064A

Color information

#78064A (or 0x78064A) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 4A. RGB value is (120,6,74). Sum of RGB (Red+Green+Blue) = 120+6+74=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78064A is #87F9B5. Grayscale: #2F2F2F. Windows color (decimal): -8911286 or 4851320. OLE color: 4851320.

HSL color Cylindrical-coordinate representation of color #78064A: hue angle of 324.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78064A is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB120674-
CMYK00.950.380.53
HSL324.21º90.48%24.71%-
HSV(B)324.21º95%47.06%-
XYZ9.054.626.89-
YUV47.84142.77179.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 74 (29.30% from 255) = 37%
R=60%
G=3%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12067400.950.380.53324.2190.4824.71
Hex7864A05F26351445a19
Octal17061120137466550413231
Binary1111000110100101001011111100110110101101000100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,6,74); }

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

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

 a { background-color: rgb(120,6,74); }

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

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

 span { border-color: rgb(120,6,74); }

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