#681049

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

Shades of Tyrian Purple #681049

Tints of Tyrian Purple #681049

Color information

#681049 (or 0x681049) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 49. RGB value is (104,16,73). Sum of RGB (Red+Green+Blue) = 104+16+73=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681049 is #97EFB6. Grayscale: #303030. Windows color (decimal): -9957303 or 4788328. OLE color: 4788328.

HSL color Cylindrical-coordinate representation of color #681049: hue angle of 321.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681049 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1041673-
CMYK00.850.300.59
HSL321.14º73.33%23.53%-
HSV(B)321.14º84.62%40.78%-
XYZ7.13.796.66-
YUV48.81141.65167.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=53.89%
G=8.29%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104167300.850.300.59321.1473.3323.53
Hex6810490551E3B1414918
Octal150201110125367350111130
Binary11010001000010010010101010111110111011101000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681049; }

 p { color: rgb(104,16,73); }

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

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

 a { background-color: rgb(104,16,73); }

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

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

 span { border-color: rgb(104,16,73); }

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