#610246

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

Shades of Tyrian Purple #610246

Tints of Tyrian Purple #610246

Color information

#610246 (or 0x610246) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 46. RGB value is (97,2,70). Sum of RGB (Red+Green+Blue) = 97+2+70=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #610246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610246 is #9EFDB9. Grayscale: #252525. Windows color (decimal): -10419642 or 4588129. OLE color: 4588129.

HSL color Cylindrical-coordinate representation of color #610246: hue angle of 317.05º 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 #610246 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB97270-
CMYK00.980.280.62
HSL317.05º95.96%19.41%-
HSV(B)317.05º97.94%38.04%-
XYZ6.063.036.06-
YUV38.16145.97169.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=57.40%
G=1.18%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9727000.980.280.62317.0595.9619.41
Hex612460621C3E13d6013
Octal14121060142347647514023
Binary11000011010001100110001011100111110100111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610246; }

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

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

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

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

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

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

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

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