#780948

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

Shades of Tyrian Purple #780948

Tints of Tyrian Purple #780948

Color information

#780948 (or 0x780948) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 48. RGB value is (120,9,72). Sum of RGB (Red+Green+Blue) = 120+9+72=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #780948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780948 is #87F6B7. Grayscale: #313131. Windows color (decimal): -8910520 or 4721016. OLE color: 4721016.

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

Color convert

RGB120972-
CMYK00.920.400.53
HSL325.95º86.05%25.29%-
HSV(B)325.95º92.5%47.06%-
XYZ9.014.666.55-
YUV49.37140.77178.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=59.70%
G=4.48%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12097200.920.400.53325.9586.0525.29
Hex7894805C28351465619
Octal170111100134506550612631
Binary11110001001100100001011100101000110101101000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780948; }

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

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

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

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

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

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

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

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