#610F40

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

Shades of Tyrian Purple #610F40

Tints of Tyrian Purple #610F40

Color information

#610F40 (or 0x610F40) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 40. RGB value is (97,15,64). Sum of RGB (Red+Green+Blue) = 97+15+64=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #610F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F40 is #9EF0BF. Grayscale: #2C2C2C. Windows color (decimal): -10416320 or 4198241. OLE color: 4198241.

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

Color convert

RGB971564-
CMYK00.850.340.62
HSL324.15º73.21%21.96%-
HSV(B)324.15º84.54%38.04%-
XYZ6.033.255.16-
YUV45.1138.67165.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=55.11%
G=8.52%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97156400.850.340.62324.1573.2121.96
Hex61F40055223E1444916
Octal141171000125427650411126
Binary11000011111100000001010101100010111110101000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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