#610F3B

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

Shades of Tyrian Purple #610F3B

Tints of Tyrian Purple #610F3B

Color information

#610F3B (or 0x610F3B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 3B. RGB value is (97,15,59). Sum of RGB (Red+Green+Blue) = 97+15+59=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #610F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F3B is #9EF0C4. Grayscale: #2C2C2C. Windows color (decimal): -10416325 or 3870561. OLE color: 3870561.

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

Color convert

RGB971559-
CMYK00.850.390.62
HSL327.8º73.21%21.96%-
HSV(B)327.8º84.54%38.04%-
XYZ5.893.24.44-
YUV44.53136.17165.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=56.73%
G=8.77%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97155900.850.390.62327.873.2121.96
Hex61F3B055273E1484916
Octal14117730125477651011126
Binary1100001111111101101010101100111111110101001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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