#780C3C

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

Shades of Tyrian Purple #780C3C

Tints of Tyrian Purple #780C3C

Color information

#780C3C (or 0x780C3C) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0C and 3C. RGB value is (120,12,60). Sum of RGB (Red+Green+Blue) = 120+12+60=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #780C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C3C is #87F3C3. Grayscale: #313131. Windows color (decimal): -8909764 or 3935352. OLE color: 3935352.

HSL color Cylindrical-coordinate representation of color #780C3C: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C3C is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1201260-
CMYK00.900.50.53
HSL333.33º81.82%25.88%-
HSV(B)333.33º90%47.06%-
XYZ8.694.584.7-
YUV49.76133.78178.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.5%
GREEN value IS 12 (5.08% from 255) = 6.25%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=62.5%
G=6.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120126000.900.50.53333.3381.8225.88
Hex78C3C05A323514d521a
Octal17014740132626551512232
Binary1111000110011110001011010110010110101101001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,12,60); }

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

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

 a { background-color: rgb(120,12,60); }

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

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

 span { border-color: rgb(120,12,60); }

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