#610F39

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

Shades of Tyrian Purple #610F39

Tints of Tyrian Purple #610F39

Color information

#610F39 (or 0x610F39) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 39. RGB value is (97,15,57). Sum of RGB (Red+Green+Blue) = 97+15+57=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #610F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F39 is #9EF0C6. Grayscale: #2C2C2C. Windows color (decimal): -10416327 or 3739489. OLE color: 3739489.

HSL color Cylindrical-coordinate representation of color #610F39: hue angle of 329.27º 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 #610F39 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB971557-
CMYK00.850.410.62
HSL329.27º73.21%21.96%-
HSV(B)329.27º84.54%38.04%-
XYZ5.843.184.18-
YUV44.31135.17165.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 15 (6.25% from 255) = 8.88%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=57.40%
G=8.88%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97155700.850.410.62329.2773.2121.96
Hex61F39055293E1494916
Octal14117710125517651111126
Binary1100001111111100101010101101001111110101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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