Shades of Tyrian Purple #600230
Tints of Tyrian Purple #600230
RGB
CMYK
RGB Variations
Color information
#600230 (or 0x600230) is known color: Tyrian Purple. HEX triplet: 60, 02 and 30. RGB value is (96,2,48). Sum of RGB (Red+Green+Blue) = 96+2+48=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #600230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600230 is #9FFDCF. Grayscale: #232323. Windows color (decimal): -10485200 or 3146336. OLE color: 3146336.
HSL color Cylindrical-coordinate representation of color #600230: hue angle of 330.64º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600230 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 48 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.62 |
| HSL | 330.64º | 0.96% | 0.19% | - |
| HSV(B) | 330.64º | 0.98% | 0.38% | - |
| XYZ | 5.38 | 2.74 | 3.04 | - |
| YUV | 35.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 48 | 0 | 0.98 | 0.50 | 0.62 | 330.64 | 0.96 | 0.19 |
| Hex | 60 | 2 | 30 | 0 | 62 | 32 | 3E | 14B | 60 | 13 |
| Octal | 140 | 2 | 60 | 0 | 142 | 62 | 76 | 513 | 140 | 23 |
| Binary | 1100000 | 10 | 110000 | 0 | 1100010 | 110010 | 111110 | 101001011 | 1100000 | 10011 |
Color Harmonies of #600230
Complementary color
Monochromatic Colors of #600230
Black with #600230
Text Example
Text Example
White with #600230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600230; }
p { color: rgb(96,2,48); }
H1.HeaderClassName
{
color: #600230;
}
.AnyTagClassName
{
color: #600230;
}
</style>
background-color css
<style>
a { background-color: #600230; }
a { background-color: rgb(96,2,48); }
div.DivClassName
{
background-color: #600230;
}
.BgClassName
{
background-color: #600230;
}
</style>
border-color css
<style>
span { border-color: #600230; }
span { border-color: rgb(96,2,48); }
td.TdClassName
{
border-color: #600230;
}
.TagClassName
{
border-color: #600230;
}
</style>