#780955

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

Shades of Tyrian Purple #780955

Tints of Tyrian Purple #780955

Color information

#780955 (or 0x780955) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 55. RGB value is (120,9,85). Sum of RGB (Red+Green+Blue) = 120+9+85=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780955 is #87F6AA. Grayscale: #323232. Windows color (decimal): -8910507 or 5572984. OLE color: 5572984.

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

Color convert

RGB120985-
CMYK00.920.290.53
HSL318.92º86.05%25.29%-
HSV(B)318.92º92.5%47.06%-
XYZ9.484.849.03-
YUV50.85147.27177.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=56.07%
G=4.21%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12098500.920.290.53318.9286.0525.29
Hex7895505C1D3513f5619
Octal170111250134356547712631
Binary1111000100110101010101110011101110101100111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780955; }

 p { color: rgb(120,9,85); }

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

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

 a { background-color: rgb(120,9,85); }

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

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

 span { border-color: rgb(120,9,85); }

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