#611137

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

Shades of Tyrian Purple #611137

Tints of Tyrian Purple #611137

Color information

#611137 (or 0x611137) is unknown color: approx Tyrian Purple. HEX triplet: 61, 11 and 37. RGB value is (97,17,55). Sum of RGB (Red+Green+Blue) = 97+17+55=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611137 is #9EEEC8. Grayscale: #2D2D2D. Windows color (decimal): -10415817 or 3608929. OLE color: 3608929.

HSL color Cylindrical-coordinate representation of color #611137: hue angle of 331.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611137 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB971755-
CMYK00.820.430.62
HSL331.5º70.18%22.35%-
HSV(B)331.5º82.47%38.04%-
XYZ5.823.223.93-
YUV45.25133.5164.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=57.40%
G=10.06%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97175500.820.430.62331.570.1822.35
Hex6111370522B3E14c4616
Octal14121670122537651410626
Binary11000011000111011101010010101011111110101001100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611137; }

 p { color: rgb(97,17,55); }

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

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

 a { background-color: rgb(97,17,55); }

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

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

 span { border-color: rgb(97,17,55); }

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