#610D31

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

Shades of Tyrian Purple #610D31

Tints of Tyrian Purple #610D31

Color information

#610D31 (or 0x610D31) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 31. RGB value is (97,13,49). Sum of RGB (Red+Green+Blue) = 97+13+49=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #610D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D31 is #9EF2CE. Grayscale: #2A2A2A. Windows color (decimal): -10416847 or 3214689. OLE color: 3214689.

HSL color Cylindrical-coordinate representation of color #610D31: hue angle of 334.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D31 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB971349-
CMYK00.870.490.62
HSL334.29º76.36%21.57%-
HSV(B)334.29º86.6%38.04%-
XYZ5.633.053.2-
YUV42.22131.83167.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=61.01%
G=8.18%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97134900.870.490.62334.2976.3621.57
Hex61D31057313E14e4c16
Octal14115610127617651611426
Binary1100001110111000101010111110001111110101001110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610D31; }

 p { color: rgb(97,13,49); }

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

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

 a { background-color: rgb(97,13,49); }

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

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

 span { border-color: rgb(97,13,49); }

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