#780D3D

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

Shades of Tyrian Purple #780D3D

Tints of Tyrian Purple #780D3D

Color information

#780D3D (or 0x780D3D) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0D and 3D. RGB value is (120,13,61). Sum of RGB (Red+Green+Blue) = 120+13+61=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D3D is #87F2C2. Grayscale: #323232. Windows color (decimal): -8909507 or 4001144. OLE color: 4001144.

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

Color convert

RGB1201361-
CMYK00.890.490.53
HSL333.08º80.45%26.08%-
HSV(B)333.08º89.17%47.06%-
XYZ8.734.624.85-
YUV50.46133.95177.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=61.86%
G=6.70%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120136100.890.490.53333.0880.4526.08
Hex78D3D059313514d501a
Octal17015750131616551512032
Binary1111000110111110101011001110001110101101001101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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