#780C37

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

Shades of Tyrian Purple #780C37

Tints of Tyrian Purple #780C37

Color information

#780C37 (or 0x780C37) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0C and 37. RGB value is (120,12,55). Sum of RGB (Red+Green+Blue) = 120+12+55=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #780C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C37 is #87F3C8. Grayscale: #313131. Windows color (decimal): -8909769 or 3607672. OLE color: 3607672.

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

Color convert

RGB1201255-
CMYK00.900.540.53
HSL336.11º81.82%25.88%-
HSV(B)336.11º90%47.06%-
XYZ8.574.534.04-
YUV49.19131.28178.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=64.17%
G=6.42%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120125500.900.540.53336.1181.8225.88
Hex78C3705A3635150521a
Octal17014670132666552012232
Binary1111000110011011101011010110110110101101010000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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