#78004F

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

Shades of Tyrian Purple #78004F

Tints of Tyrian Purple #78004F

Color information

#78004F (or 0x78004F) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 4F. RGB value is (120,0,79). Sum of RGB (Red+Green+Blue) = 120+0+79=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78004F is #87FFB0. Grayscale: #2C2C2C. Windows color (decimal): -8912817 or 5177464. OLE color: 5177464.

HSL color Cylindrical-coordinate representation of color #78004F: hue angle of 320.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78004F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB120079-
CMYK010.340.53
HSL320.5º100%23.53%-
HSV(B)320.5º100%47.06%-
XYZ9.164.567.79-
YUV44.89147.26181.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=60.30%
G=0%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120079010.340.53320.510023.53
Hex7804F06422351406418
Octal17001170144426550014430
Binary11110000100111101100100100010110101101000000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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