#681044

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

Shades of Tyrian Purple #681044

Tints of Tyrian Purple #681044

Color information

#681044 (or 0x681044) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 44. RGB value is (104,16,68). Sum of RGB (Red+Green+Blue) = 104+16+68=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681044 is #97EFBB. Grayscale: #303030. Windows color (decimal): -9957308 or 4460648. OLE color: 4460648.

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

Color convert

RGB1041668-
CMYK00.850.350.59
HSL324.55º73.33%23.53%-
HSV(B)324.55º84.62%40.78%-
XYZ6.943.735.82-
YUV48.24139.15167.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=55.32%
G=8.51%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104166800.850.350.59324.5573.3323.53
Hex681044055233B1454918
Octal150201040125437350511130
Binary110100010000100010001010101100011111011101000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681044; }

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

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

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

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

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

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

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

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