#681041

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

Shades of Tyrian Purple #681041

Tints of Tyrian Purple #681041

Color information

#681041 (or 0x681041) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 41. RGB value is (104,16,65). Sum of RGB (Red+Green+Blue) = 104+16+65=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #681041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681041 is #97EFBE. Grayscale: #2F2F2F. Windows color (decimal): -9957311 or 4264040. OLE color: 4264040.

HSL color Cylindrical-coordinate representation of color #681041: hue angle of 326.59º 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 #681041 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1041665-
CMYK00.850.380.59
HSL326.59º73.33%23.53%-
HSV(B)326.59º84.62%40.78%-
XYZ6.853.75.35-
YUV47.9137.65168.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=56.22%
G=8.65%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104166500.850.380.59326.5973.3323.53
Hex681041055263B1474918
Octal150201010125467350711130
Binary110100010000100000101010101100110111011101000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681041; }

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

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

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

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

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

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

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

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