#681037

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

Shades of Tyrian Purple #681037

Tints of Tyrian Purple #681037

Color information

#681037 (or 0x681037) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 37. RGB value is (104,16,55). Sum of RGB (Red+Green+Blue) = 104+16+55=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681037 is #97EFC8. Grayscale: #2E2E2E. Windows color (decimal): -9957321 or 3608680. OLE color: 3608680.

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

Color convert

RGB1041655-
CMYK00.850.470.59
HSL333.41º73.33%23.53%-
HSV(B)333.41º84.62%40.78%-
XYZ6.583.593.96-
YUV46.76132.65168.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=59.43%
G=9.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104165500.850.470.59333.4173.3323.53
Hex6810370552F3B14d4918
Octal15020670125577351511130
Binary11010001000011011101010101101111111011101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681037; }

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

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

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

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

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

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

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

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