#600139

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

Shades of Tyrian Purple #600139

Tints of Tyrian Purple #600139

Color information

#600139 (or 0x600139) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 39. RGB value is (96,1,57). Sum of RGB (Red+Green+Blue) = 96+1+57=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600139 is #9FFEC6. Grayscale: #232323. Windows color (decimal): -10485447 or 3735904. OLE color: 3735904.

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

Color convert

RGB96157-
CMYK00.990.410.62
HSL324.63º97.94%19.02%-
HSV(B)324.63º98.96%37.65%-
XYZ5.572.84.12-
YUV35.79139.97170.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 57 (22.66% from 255) = 37.01%
R=62.34%
G=0.65%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9615700.990.410.62324.6397.9419.02
Hex60139063293E1456213
Octal1401710143517650514223
Binary1100000111100101100011101001111110101000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600139; }

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

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

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

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

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

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

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

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