#780550

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

Shades of Tyrian Purple #780550

Tints of Tyrian Purple #780550

Color information

#780550 (or 0x780550) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 50. RGB value is (120,5,80). Sum of RGB (Red+Green+Blue) = 120+5+80=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #780550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780550 is #87FAAF. Grayscale: #2F2F2F. Windows color (decimal): -8911536 or 5244280. OLE color: 5244280.

HSL color Cylindrical-coordinate representation of color #780550: hue angle of 320.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780550 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB120580-
CMYK00.960.330.53
HSL320.87º92%24.51%-
HSV(B)320.87º95.83%47.06%-
XYZ9.254.688.01-
YUV47.94146.1179.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=58.54%
G=2.44%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12058000.960.330.53320.879224.51
Hex7855006021351415c19
Octal17051200140416550113431
Binary1111000101101000001100000100001110101101000001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780550; }

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

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

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

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

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

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

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

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