Shades of Tyrian Purple #600130
Tints of Tyrian Purple #600130
RGB
CMYK
RGB Variations
Color information
#600130 (or 0x600130) is known color: Tyrian Purple. HEX triplet: 60, 01 and 30. RGB value is (96,1,48). Sum of RGB (Red+Green+Blue) = 96+1+48=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #600130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600130 is #9FFECF. Grayscale: #222222. Windows color (decimal): -10485456 or 3146080. OLE color: 3146080.
HSL color Cylindrical-coordinate representation of color #600130: hue angle of 330.32º 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 #600130 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.62 |
| HSL | 330.32º | 0.98% | 0.19% | - |
| HSV(B) | 330.32º | 0.99% | 0.38% | - |
| XYZ | 5.37 | 2.72 | 3.04 | - |
| YUV | 34.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 48 | 0 | 0.99 | 0.50 | 0.62 | 330.32 | 0.98 | 0.19 |
| Hex | 60 | 1 | 30 | 0 | 63 | 32 | 3E | 14A | 62 | 13 |
| Octal | 140 | 1 | 60 | 0 | 143 | 62 | 76 | 512 | 142 | 23 |
| Binary | 1100000 | 1 | 110000 | 0 | 1100011 | 110010 | 111110 | 101001010 | 1100010 | 10011 |
Color Harmonies of #600130
Complementary color
Monochromatic Colors of #600130
Black with #600130
Text Example
Text Example
White with #600130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600130; }
p { color: rgb(96,1,48); }
H1.HeaderClassName
{
color: #600130;
}
.AnyTagClassName
{
color: #600130;
}
</style>
background-color css
<style>
a { background-color: #600130; }
a { background-color: rgb(96,1,48); }
div.DivClassName
{
background-color: #600130;
}
.BgClassName
{
background-color: #600130;
}
</style>
border-color css
<style>
span { border-color: #600130; }
span { border-color: rgb(96,1,48); }
td.TdClassName
{
border-color: #600130;
}
.TagClassName
{
border-color: #600130;
}
</style>