#78064F

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

Shades of Tyrian Purple #78064F

Tints of Tyrian Purple #78064F

Color information

#78064F (or 0x78064F) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 4F. RGB value is (120,6,79). Sum of RGB (Red+Green+Blue) = 120+6+79=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78064F is #87F9B0. Grayscale: #303030. Windows color (decimal): -8911281 or 5179000. OLE color: 5179000.

HSL color Cylindrical-coordinate representation of color #78064F: hue angle of 321.58º 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 #78064F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB120679-
CMYK00.950.340.53
HSL321.58º90.48%24.71%-
HSV(B)321.58º95%47.06%-
XYZ9.224.697.82-
YUV48.41145.27179.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=58.54%
G=2.93%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12067900.950.340.53321.5890.4824.71
Hex7864F05F22351425a19
Octal17061170137426550213231
Binary1111000110100111101011111100010110101101000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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