#780956

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

Shades of Tyrian Purple #780956

Tints of Tyrian Purple #780956

Color information

#780956 (or 0x780956) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 56. RGB value is (120,9,86). Sum of RGB (Red+Green+Blue) = 120+9+86=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #780956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780956 is #87F6A9. Grayscale: #323232. Windows color (decimal): -8910506 or 5638520. OLE color: 5638520.

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

Color convert

RGB120986-
CMYK00.920.280.53
HSL318.38º86.05%25.29%-
HSV(B)318.38º92.5%47.06%-
XYZ9.524.869.24-
YUV50.97147.77177.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 86 (33.98% from 255) = 40%
R=55.81%
G=4.19%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12098600.920.280.53318.3886.0525.29
Hex7895605C1C3513e5619
Octal170111260134346547612631
Binary1111000100110101100101110011100110101100111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780956; }

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

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

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

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

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

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

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

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