#780447

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

Shades of Tyrian Purple #780447

Tints of Tyrian Purple #780447

Color information

#780447 (or 0x780447) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 47. RGB value is (120,4,71). Sum of RGB (Red+Green+Blue) = 120+4+71=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #780447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780447 is #87FBB8. Grayscale: #2E2E2E. Windows color (decimal): -8911801 or 4654200. OLE color: 4654200.

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

Color convert

RGB120471-
CMYK00.970.410.53
HSL325.34º93.55%24.31%-
HSV(B)325.34º96.67%47.06%-
XYZ8.934.536.37-
YUV46.32141.93180.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=61.54%
G=2.05%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12047100.970.410.53325.3493.5524.31
Hex7844706129351455e18
Octal17041070141516550513630
Binary1111000100100011101100001101001110101101000101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780447; }

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

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

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

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

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

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

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

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