#601143

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

Shades of Tyrian Purple #601143

Tints of Tyrian Purple #601143

Color information

#601143 (or 0x601143) is unknown color: approx Tyrian Purple. HEX triplet: 60, 11 and 43. RGB value is (96,17,67). Sum of RGB (Red+Green+Blue) = 96+17+67=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601143 is #9FEEBC. Grayscale: #2E2E2E. Windows color (decimal): -10481341 or 4395360. OLE color: 4395360.

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

Color convert

RGB961767-
CMYK00.820.300.62
HSL322.03º69.91%22.16%-
HSV(B)322.03º82.29%37.65%-
XYZ6.043.295.63-
YUV46.32139.67163.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=53.33%
G=9.44%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96176700.820.300.62322.0369.9122.16
Hex6011430521E3E1424616
Octal140211030122367650210626
Binary11000001000110000110101001011110111110101000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601143; }

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

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

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

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

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

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

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

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