#610F49

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

Shades of Tyrian Purple #610F49

Tints of Tyrian Purple #610F49

Color information

#610F49 (or 0x610F49) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 49. RGB value is (97,15,73). Sum of RGB (Red+Green+Blue) = 97+15+73=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F49 is #9EF0B6. Grayscale: #2D2D2D. Windows color (decimal): -10416311 or 4788065. OLE color: 4788065.

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

Color convert

RGB971573-
CMYK00.850.250.62
HSL317.56º73.21%21.96%-
HSV(B)317.56º84.54%38.04%-
XYZ6.33.366.62-
YUV46.13143.17164.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=52.43%
G=8.11%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97157300.850.250.62317.5673.2121.96
Hex61F49055193E13e4916
Octal141171110125317647611126
Binary1100001111110010010101010111001111110100111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,15,73); }

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

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

 a { background-color: rgb(97,15,73); }

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

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

 span { border-color: rgb(97,15,73); }

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