#601131

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

Shades of Tyrian Purple #601131

Tints of Tyrian Purple #601131

Color information

#601131 (or 0x601131) is unknown color: approx Tyrian Purple. HEX triplet: 60, 11 and 31. RGB value is (96,17,49). Sum of RGB (Red+Green+Blue) = 96+17+49=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601131 is #9FEECE. Grayscale: #2C2C2C. Windows color (decimal): -10481359 or 3215712. OLE color: 3215712.

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

Color convert

RGB961749-
CMYK00.820.490.62
HSL335.7º69.91%22.16%-
HSV(B)335.7º82.29%37.65%-
XYZ5.583.113.21-
YUV44.27130.67164.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=59.26%
G=10.49%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174900.820.490.62335.769.9122.16
Hex601131052313E1504616
Octal14021610122617652010626
Binary11000001000111000101010010110001111110101010000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601131; }

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

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

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

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

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

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

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

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