#601142

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

Shades of Tyrian Purple #601142

Tints of Tyrian Purple #601142

Color information

#601142 (or 0x601142) is unknown color: approx Tyrian Purple. HEX triplet: 60, 11 and 42. RGB value is (96,17,66). Sum of RGB (Red+Green+Blue) = 96+17+66=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #601142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601142 is #9FEEBD. Grayscale: #2E2E2E. Windows color (decimal): -10481342 or 4329824. OLE color: 4329824.

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

Color convert

RGB961766-
CMYK00.820.310.62
HSL322.78º69.91%22.16%-
HSV(B)322.78º82.29%37.65%-
XYZ6.013.285.47-
YUV46.21139.17163.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=53.63%
G=9.50%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96176600.820.310.62322.7869.9122.16
Hex6011420521F3E1434616
Octal140211020122377650310626
Binary11000001000110000100101001011111111110101000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601142; }

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

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

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

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

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

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

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

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