#610F3C

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

Shades of Tyrian Purple #610F3C

Tints of Tyrian Purple #610F3C

Color information

#610F3C (or 0x610F3C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 3C. RGB value is (97,15,60). Sum of RGB (Red+Green+Blue) = 97+15+60=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #610F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F3C is #9EF0C3. Grayscale: #2C2C2C. Windows color (decimal): -10416324 or 3936097. OLE color: 3936097.

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

Color convert

RGB971560-
CMYK00.850.380.62
HSL327.07º73.21%21.96%-
HSV(B)327.07º84.54%38.04%-
XYZ5.923.214.58-
YUV44.65136.67165.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=56.40%
G=8.72%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97156000.850.380.62327.0773.2121.96
Hex61F3C055263E1474916
Octal14117740125467650711126
Binary1100001111111110001010101100110111110101000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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