#780954

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

Shades of Tyrian Purple #780954

Tints of Tyrian Purple #780954

Color information

#780954 (or 0x780954) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 54. RGB value is (120,9,84). Sum of RGB (Red+Green+Blue) = 120+9+84=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780954 is #87F6AB. Grayscale: #323232. Windows color (decimal): -8910508 or 5507448. OLE color: 5507448.

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

Color convert

RGB120984-
CMYK00.920.30.53
HSL319.46º86.05%25.29%-
HSV(B)319.46º92.5%47.06%-
XYZ9.444.838.82-
YUV50.74146.77177.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=56.34%
G=4.23%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12098400.920.30.53319.4686.0525.29
Hex7895405C1E3513f5619
Octal170111240134366547712631
Binary1111000100110101000101110011110110101100111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780954; }

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

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

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

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

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

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

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

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