#780047

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

Shades of Tyrian Purple #780047

Tints of Tyrian Purple #780047

Color information

#780047 (or 0x780047) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 47. RGB value is (120,0,71). Sum of RGB (Red+Green+Blue) = 120+0+71=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #780047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780047 is #87FFB8. Grayscale: #2B2B2B. Windows color (decimal): -8912825 or 4653176. OLE color: 4653176.

HSL color Cylindrical-coordinate representation of color #780047: hue angle of 324.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 #780047 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB120071-
CMYK010.410.53
HSL324.5º100%23.53%-
HSV(B)324.5º100%47.06%-
XYZ8.884.456.35-
YUV43.97143.26182.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=62.83%
G=0%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120071010.410.53324.510023.53
Hex7804706429351446418
Octal17001070144516550414430
Binary11110000100011101100100101001110101101000100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780047; }

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

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

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

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

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

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

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

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