#611142

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

Shades of Tyrian Purple #611142

Tints of Tyrian Purple #611142

Color information

#611142 (or 0x611142) is unknown color: approx Tyrian Purple. HEX triplet: 61, 11 and 42. RGB value is (97,17,66). Sum of RGB (Red+Green+Blue) = 97+17+66=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #611142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611142 is #9EEEBD. Grayscale: #2E2E2E. Windows color (decimal): -10415806 or 4329825. OLE color: 4329825.

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

Color convert

RGB971766-
CMYK00.820.320.62
HSL323.25º70.18%22.35%-
HSV(B)323.25º82.47%38.04%-
XYZ6.113.345.48-
YUV46.51139164.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=53.89%
G=9.44%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97176600.820.320.62323.2570.1822.35
Hex611142052203E1434616
Octal141211020122407650310626
Binary110000110001100001001010010100000111110101000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611142; }

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

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

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

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

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

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

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

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