#780644

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

Shades of Tyrian Purple #780644

Tints of Tyrian Purple #780644

Color information

#780644 (or 0x780644) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 44. RGB value is (120,6,68). Sum of RGB (Red+Green+Blue) = 120+6+68=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780644 is #87F9BB. Grayscale: #2F2F2F. Windows color (decimal): -8911292 or 4458104. OLE color: 4458104.

HSL color Cylindrical-coordinate representation of color #780644: hue angle of 327.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780644 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB120668-
CMYK00.950.430.53
HSL327.37º90.48%24.71%-
HSV(B)327.37º95%47.06%-
XYZ8.854.545.88-
YUV47.15139.77179.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=61.86%
G=3.09%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12066800.950.430.53327.3790.4824.71
Hex7864405F2B351475a19
Octal17061040137536550713231
Binary1111000110100010001011111101011110101101000111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780644; }

 p { color: rgb(120,6,68); }

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

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

 a { background-color: rgb(120,6,68); }

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

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

 span { border-color: rgb(120,6,68); }

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