#610F3E

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

Shades of Tyrian Purple #610F3E

Tints of Tyrian Purple #610F3E

Color information

#610F3E (or 0x610F3E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 3E. RGB value is (97,15,62). Sum of RGB (Red+Green+Blue) = 97+15+62=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #610F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F3E is #9EF0C1. Grayscale: #2C2C2C. Windows color (decimal): -10416322 or 4067169. OLE color: 4067169.

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

Color convert

RGB971562-
CMYK00.850.360.62
HSL325.61º73.21%21.96%-
HSV(B)325.61º84.54%38.04%-
XYZ5.973.234.87-
YUV44.88137.67165.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=55.75%
G=8.62%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97156200.850.360.62325.6173.2121.96
Hex61F3E055243E1464916
Octal14117760125447650611126
Binary1100001111111111001010101100100111110101000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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