#601240

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

Shades of Tyrian Purple #601240

Tints of Tyrian Purple #601240

Color information

#601240 (or 0x601240) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 40. RGB value is (96,18,64). Sum of RGB (Red+Green+Blue) = 96+18+64=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #601240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601240 is #9FEDBF. Grayscale: #2E2E2E. Windows color (decimal): -10481088 or 4199008. OLE color: 4199008.

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

Color convert

RGB961864-
CMYK00.810.330.62
HSL324.62º68.42%22.35%-
HSV(B)324.62º81.25%37.65%-
XYZ5.973.295.17-
YUV46.57137.84163.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=53.93%
G=10.11%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186400.810.330.62324.6268.4222.35
Hex601240051213E1454416
Octal140221000121417650510426
Binary110000010010100000001010001100001111110101000101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601240; }

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

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

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

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

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

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

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

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