#610240

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

Shades of Tyrian Purple #610240

Tints of Tyrian Purple #610240

Color information

#610240 (or 0x610240) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 40. RGB value is (97,2,64). Sum of RGB (Red+Green+Blue) = 97+2+64=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #610240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610240 is #9EFDBF. Grayscale: #252525. Windows color (decimal): -10419648 or 4194913. OLE color: 4194913.

HSL color Cylindrical-coordinate representation of color #610240: hue angle of 320.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610240 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB97264-
CMYK00.980.340.62
HSL320.84º95.96%19.41%-
HSV(B)320.84º97.94%38.04%-
XYZ5.882.955.11-
YUV37.47142.97170.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=59.51%
G=1.23%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726400.980.340.62320.8495.9619.41
Hex61240062223E1416013
Octal14121000142427650114023
Binary110000110100000001100010100010111110101000001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610240; }

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

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

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

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

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

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

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

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