#610F4F

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

Shades of Tyrian Purple #610F4F

Tints of Tyrian Purple #610F4F

Color information

#610F4F (or 0x610F4F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 4F. RGB value is (97,15,79). Sum of RGB (Red+Green+Blue) = 97+15+79=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #610F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F4F is #9EF0B0. Grayscale: #2E2E2E. Windows color (decimal): -10416305 or 5181281. OLE color: 5181281.

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

Color convert

RGB971579-
CMYK00.850.190.62
HSL313.17º73.21%21.96%-
HSV(B)313.17º84.54%38.04%-
XYZ6.513.457.72-
YUV46.81146.17163.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=50.79%
G=7.85%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97157900.850.190.62313.1773.2121.96
Hex61F4F055133E1394916
Octal141171170125237647111126
Binary1100001111110011110101010110011111110100111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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