#601241

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

Shades of Tyrian Purple #601241

Tints of Tyrian Purple #601241

Color information

#601241 (or 0x601241) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 41. RGB value is (96,18,65). Sum of RGB (Red+Green+Blue) = 96+18+65=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #601241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601241 is #9FEDBE. Grayscale: #2E2E2E. Windows color (decimal): -10481087 or 4264544. OLE color: 4264544.

HSL color Cylindrical-coordinate representation of color #601241: hue angle of 323.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601241 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB961865-
CMYK00.810.320.62
HSL323.85º68.42%22.35%-
HSV(B)323.85º81.25%37.65%-
XYZ5.993.35.32-
YUV46.68138.34163.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=53.63%
G=10.06%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186500.810.320.62323.8568.4222.35
Hex601241051203E1444416
Octal140221010121407650410426
Binary110000010010100000101010001100000111110101000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601241; }

 p { color: rgb(96,18,65); }

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

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

 a { background-color: rgb(96,18,65); }

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

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

 span { border-color: rgb(96,18,65); }

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