#780045

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

Shades of Tyrian Purple #780045

Tints of Tyrian Purple #780045

Color information

#780045 (or 0x780045) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 45. RGB value is (120,0,69). Sum of RGB (Red+Green+Blue) = 120+0+69=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #780045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780045 is #87FFBA. Grayscale: #2B2B2B. Windows color (decimal): -8912827 or 4522104. OLE color: 4522104.

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

Color convert

RGB120069-
CMYK010.420.53
HSL325.5º100%23.53%-
HSV(B)325.5º100%47.06%-
XYZ8.824.426.02-
YUV43.75142.26182.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=63.49%
G=0%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120069010.420.53325.510023.53
Hex780450642A351466418
Octal17001050144526550614430
Binary11110000100010101100100101010110101101000110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780045; }

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

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

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

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

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

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

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

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