#780145

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

Shades of Tyrian Purple #780145

Tints of Tyrian Purple #780145

Color information

#780145 (or 0x780145) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 45. RGB value is (120,1,69). Sum of RGB (Red+Green+Blue) = 120+1+69=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780145 is #87FEBA. Grayscale: #2C2C2C. Windows color (decimal): -8912571 or 4522360. OLE color: 4522360.

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

Color convert

RGB120169-
CMYK00.990.420.53
HSL325.71º98.35%23.73%-
HSV(B)325.71º99.17%47.06%-
XYZ8.834.446.02-
YUV44.33141.92181.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=63.16%
G=0.53%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016900.990.420.53325.7198.3523.73
Hex781450632A351466218
Octal17011050143526550614230
Binary11110001100010101100011101010110101101000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780145; }

 p { color: rgb(120,1,69); }

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

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

 a { background-color: rgb(120,1,69); }

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

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

 span { border-color: rgb(120,1,69); }

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