#780D37

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

Shades of Tyrian Purple #780D37

Tints of Tyrian Purple #780D37

Color information

#780D37 (or 0x780D37) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0D and 37. RGB value is (120,13,55). Sum of RGB (Red+Green+Blue) = 120+13+55=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #780D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D37 is #87F2C8. Grayscale: #313131. Windows color (decimal): -8909513 or 3607928. OLE color: 3607928.

HSL color Cylindrical-coordinate representation of color #780D37: hue angle of 336.45º 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 #780D37 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1201355-
CMYK00.890.540.53
HSL336.45º80.45%26.08%-
HSV(B)336.45º89.17%47.06%-
XYZ8.584.564.04-
YUV49.78130.95178.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=63.83%
G=6.91%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120135500.890.540.53336.4580.4526.08
Hex78D370593635150501a
Octal17015670131666552012032
Binary1111000110111011101011001110110110101101010000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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