#681042

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

Shades of Tyrian Purple #681042

Tints of Tyrian Purple #681042

Color information

#681042 (or 0x681042) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 42. RGB value is (104,16,66). Sum of RGB (Red+Green+Blue) = 104+16+66=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681042 is #97EFBD. Grayscale: #2F2F2F. Windows color (decimal): -9957310 or 4329576. OLE color: 4329576.

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

Color convert

RGB1041666-
CMYK00.850.370.59
HSL325.91º73.33%23.53%-
HSV(B)325.91º84.62%40.78%-
XYZ6.883.715.51-
YUV48.01138.15167.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=55.91%
G=8.60%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104166600.850.370.59325.9173.3323.53
Hex681042055253B1464918
Octal150201020125457350611130
Binary110100010000100001001010101100101111011101000110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681042; }

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

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

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

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

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

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

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

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