#601039

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

Shades of Tyrian Purple #601039

Tints of Tyrian Purple #601039

Color information

#601039 (or 0x601039) is unknown color: approx Tyrian Purple. HEX triplet: 60, 10 and 39. RGB value is (96,16,57). Sum of RGB (Red+Green+Blue) = 96+16+57=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601039 is #9FEFC6. Grayscale: #2C2C2C. Windows color (decimal): -10481607 or 3739744. OLE color: 3739744.

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

Color convert

RGB961657-
CMYK00.830.410.62
HSL329.25º71.43%21.96%-
HSV(B)329.25º83.33%37.65%-
XYZ5.753.154.18-
YUV44.59135164.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=56.80%
G=9.47%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96165700.830.410.62329.2571.4321.96
Hex601039053293E1494716
Octal14020710123517651110726
Binary11000001000011100101010011101001111110101001001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601039; }

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

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

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

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

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

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

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

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