#610D51

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

Shades of Tyrian Purple #610D51

Tints of Tyrian Purple #610D51

Color information

#610D51 (or 0x610D51) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 51. RGB value is (97,13,81). Sum of RGB (Red+Green+Blue) = 97+13+81=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #610D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D51 is #9EF2AE. Grayscale: #2D2D2D. Windows color (decimal): -10416815 or 5311841. OLE color: 5311841.

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

Color convert

RGB971381-
CMYK00.870.160.62
HSL311.43º76.36%21.57%-
HSV(B)311.43º86.6%38.04%-
XYZ6.563.428.1-
YUV45.87147.83164.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=50.79%
G=6.81%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97138100.870.160.62311.4376.3621.57
Hex61D51057103E1374c16
Octal141151210127207646711426
Binary1100001110110100010101011110000111110100110111100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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