#610931

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

Shades of Tyrian Purple #610931

Tints of Tyrian Purple #610931

Color information

#610931 (or 0x610931) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 31. RGB value is (97,9,49). Sum of RGB (Red+Green+Blue) = 97+9+49=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610931 is #9EF6CE. Grayscale: #272727. Windows color (decimal): -10417871 or 3213665. OLE color: 3213665.

HSL color Cylindrical-coordinate representation of color #610931: hue angle of 332.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610931 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB97949-
CMYK00.910.490.62
HSL332.73º83.02%20.78%-
HSV(B)332.73º90.72%38.04%-
XYZ5.582.963.18-
YUV39.87133.15168.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=62.58%
G=5.81%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9794900.910.490.62332.7383.0220.78
Hex6193105B313E14d5315
Octal14111610133617651512325
Binary1100001100111000101011011110001111110101001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610931; }

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

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

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

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

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

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

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

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