#601136

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

Shades of Tyrian Purple #601136

Tints of Tyrian Purple #601136

Color information

#601136 (or 0x601136) is unknown color: approx Tyrian Purple. HEX triplet: 60, 11 and 36. RGB value is (96,17,54). Sum of RGB (Red+Green+Blue) = 96+17+54=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601136 is #9FEEC9. Grayscale: #2C2C2C. Windows color (decimal): -10481354 or 3543392. OLE color: 3543392.

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

Color convert

RGB961754-
CMYK00.820.440.62
HSL331.9º69.91%22.16%-
HSV(B)331.9º82.29%37.65%-
XYZ5.693.153.8-
YUV44.84133.17164.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=57.49%
G=10.18%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96175400.820.440.62331.969.9122.16
Hex6011360522C3E14c4616
Octal14021660122547651410626
Binary11000001000111011001010010101100111110101001100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601136; }

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

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

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

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

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

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

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

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