#610F3A

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

Shades of Tyrian Purple #610F3A

Tints of Tyrian Purple #610F3A

Color information

#610F3A (or 0x610F3A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 3A. RGB value is (97,15,58). Sum of RGB (Red+Green+Blue) = 97+15+58=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #610F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F3A is #9EF0C5. Grayscale: #2C2C2C. Windows color (decimal): -10416326 or 3805025. OLE color: 3805025.

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

Color convert

RGB971558-
CMYK00.850.400.62
HSL328.54º73.21%21.96%-
HSV(B)328.54º84.54%38.04%-
XYZ5.863.194.31-
YUV44.42135.67165.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=57.06%
G=8.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97155800.850.400.62328.5473.2121.96
Hex61F3A055283E1494916
Octal14117720125507651111126
Binary1100001111111101001010101101000111110101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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