#780350

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

Shades of Tyrian Purple #780350

Tints of Tyrian Purple #780350

Color information

#780350 (or 0x780350) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 50. RGB value is (120,3,80). Sum of RGB (Red+Green+Blue) = 120+3+80=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780350 is #87FCAF. Grayscale: #2E2E2E. Windows color (decimal): -8912048 or 5243768. OLE color: 5243768.

HSL color Cylindrical-coordinate representation of color #780350: hue angle of 320.51º 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 #780350 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB120380-
CMYK00.980.330.53
HSL320.51º95.12%24.12%-
HSV(B)320.51º97.5%47.06%-
XYZ9.234.648-
YUV46.76146.76180.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=59.11%
G=1.48%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12038000.980.330.53320.5195.1224.12
Hex7835006221351415f18
Octal17031200142416550113730
Binary111100011101000001100010100001110101101000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780350; }

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

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

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

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

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

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

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

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