#780D39

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

Shades of Tyrian Purple #780D39

Tints of Tyrian Purple #780D39

Color information

#780D39 (or 0x780D39) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0D and 39. RGB value is (120,13,57). Sum of RGB (Red+Green+Blue) = 120+13+57=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #780D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D39 is #87F2C6. Grayscale: #313131. Windows color (decimal): -8909511 or 3739000. OLE color: 3739000.

HSL color Cylindrical-coordinate representation of color #780D39: hue angle of 335.33º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D39 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1201357-
CMYK00.890.520.53
HSL335.33º80.45%26.08%-
HSV(B)335.33º89.17%47.06%-
XYZ8.634.584.3-
YUV50.01131.95177.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 57 (22.66% from 255) = 30%
R=63.16%
G=6.84%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120135700.890.520.53335.3380.4526.08
Hex78D39059343514f501a
Octal17015710131646551712032
Binary1111000110111100101011001110100110101101001111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780D39; }

 p { color: rgb(120,13,57); }

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

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

 a { background-color: rgb(120,13,57); }

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

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

 span { border-color: rgb(120,13,57); }

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