#780354

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

Shades of Tyrian Purple #780354

Tints of Tyrian Purple #780354

Color information

#780354 (or 0x780354) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 54. RGB value is (120,3,84). Sum of RGB (Red+Green+Blue) = 120+3+84=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #780354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780354 is #87FCAB. Grayscale: #2F2F2F. Windows color (decimal): -8912044 or 5505912. OLE color: 5505912.

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

Color convert

RGB120384-
CMYK00.980.30.53
HSL318.46º95.12%24.12%-
HSV(B)318.46º97.5%47.06%-
XYZ9.384.78.8-
YUV47.22148.76179.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=57.97%
G=1.45%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12038400.980.30.53318.4695.1224.12
Hex783540621E3513e5f18
Octal17031240142366547613730
Binary11110001110101000110001011110110101100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780354; }

 p { color: rgb(120,3,84); }

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

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

 a { background-color: rgb(120,3,84); }

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

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

 span { border-color: rgb(120,3,84); }

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