#601239

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

Shades of Tyrian Purple #601239

Tints of Tyrian Purple #601239

Color information

#601239 (or 0x601239) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 39. RGB value is (96,18,57). Sum of RGB (Red+Green+Blue) = 96+18+57=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #601239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601239 is #9FEDC6. Grayscale: #2D2D2D. Windows color (decimal): -10481095 or 3740256. OLE color: 3740256.

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

Color convert

RGB961857-
CMYK00.810.410.62
HSL330º68.42%22.35%-
HSV(B)330º81.25%37.65%-
XYZ5.783.214.19-
YUV45.77134.34163.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=56.14%
G=10.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96185700.810.410.6233068.4222.35
Hex601239051293E14a4416
Octal14022710121517651210426
Binary11000001001011100101010001101001111110101001010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601239; }

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

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

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

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

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

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

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

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