#610155

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

Shades of Tyrian Purple #610155

Tints of Tyrian Purple #610155

Color information

#610155 (or 0x610155) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 55. RGB value is (97,1,85). Sum of RGB (Red+Green+Blue) = 97+1+85=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #610155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610155 is #9EFEAA. Grayscale: #272727. Windows color (decimal): -10419883 or 5570913. OLE color: 5570913.

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

Color convert

RGB97185-
CMYK00.990.120.62
HSL307.5º97.96%19.22%-
HSV(B)307.5º98.97%38.04%-
XYZ6.583.228.87-
YUV39.28153.8169.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=53.01%
G=0.55%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9718500.990.120.62307.597.9619.22
Hex61155063C3E1346213
Octal14111250143147646414223
Binary110000111010101011000111100111110100110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610155; }

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

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

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

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

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

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

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

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