#610156

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

Shades of Tyrian Purple #610156

Tints of Tyrian Purple #610156

Color information

#610156 (or 0x610156) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 56. RGB value is (97,1,86). Sum of RGB (Red+Green+Blue) = 97+1+86=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610156 is #9EFEA9. Grayscale: #272727. Windows color (decimal): -10419882 or 5636449. OLE color: 5636449.

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

Color convert

RGB97186-
CMYK00.990.110.62
HSL306.88º97.96%19.22%-
HSV(B)306.88º98.97%38.04%-
XYZ6.623.239.08-
YUV39.39154.3169.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=52.72%
G=0.54%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9718600.990.110.62306.8897.9619.22
Hex61156063B3E1336213
Octal14111260143137646314223
Binary110000111010110011000111011111110100110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610156; }

 p { color: rgb(97,1,86); }

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

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

 a { background-color: rgb(97,1,86); }

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

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

 span { border-color: rgb(97,1,86); }

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