#780856

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

Shades of Tyrian Purple #780856

Tints of Tyrian Purple #780856

Color information

#780856 (or 0x780856) is unknown color: approx Tyrian Purple. HEX triplet: 78, 08 and 56. RGB value is (120,8,86). Sum of RGB (Red+Green+Blue) = 120+8+86=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780856 is #87F7A9. Grayscale: #323232. Windows color (decimal): -8910762 or 5638264. OLE color: 5638264.

HSL color Cylindrical-coordinate representation of color #780856: hue angle of 318.21º degrees, saturation: 0.88, 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 #780856 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB120886-
CMYK00.930.280.53
HSL318.21º87.5%25.1%-
HSV(B)318.21º93.33%47.06%-
XYZ9.514.849.24-
YUV50.38148.11177.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=56.07%
G=3.74%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12088600.930.280.53318.2187.525.1
Hex7885605D1C3513e5819
Octal170101260135346547613031
Binary1111000100010101100101110111100110101100111110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780856; }

 p { color: rgb(120,8,86); }

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

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

 a { background-color: rgb(120,8,86); }

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

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

 span { border-color: rgb(120,8,86); }

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