Shades of Tyrian Purple #600250
Tints of Tyrian Purple #600250
RGB
CMYK
RGB Variations
Color information
#600250 (or 0x600250) is known color: Tyrian Purple. HEX triplet: 60, 02 and 50. RGB value is (96,2,80). Sum of RGB (Red+Green+Blue) = 96+2+80=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600250 is #9FFDAF. Grayscale: #262626. Windows color (decimal): -10485168 or 5243488. OLE color: 5243488.
HSL color Cylindrical-coordinate representation of color #600250: hue angle of 310.21º 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 #600250 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.62 |
| HSL | 310.21º | 0.96% | 0.19% | - |
| HSV(B) | 310.21º | 0.98% | 0.38% | - |
| XYZ | 6.29 | 3.11 | 7.86 | - |
| YUV | 39 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 80 | 0 | 0.98 | 0.17 | 0.62 | 310.21 | 0.96 | 0.19 |
| Hex | 60 | 2 | 50 | 0 | 62 | 11 | 3E | 136 | 60 | 13 |
| Octal | 140 | 2 | 120 | 0 | 142 | 21 | 76 | 466 | 140 | 23 |
| Binary | 1100000 | 10 | 1010000 | 0 | 1100010 | 10001 | 111110 | 100110110 | 1100000 | 10011 |
Color Harmonies of #600250
Complementary color
Monochromatic Colors of #600250
Black with #600250
Text Example
Text Example
White with #600250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600250; }
p { color: rgb(96,2,80); }
H1.HeaderClassName
{
color: #600250;
}
.AnyTagClassName
{
color: #600250;
}
</style>
background-color css
<style>
a { background-color: #600250; }
a { background-color: rgb(96,2,80); }
div.DivClassName
{
background-color: #600250;
}
.BgClassName
{
background-color: #600250;
}
</style>
border-color css
<style>
span { border-color: #600250; }
span { border-color: rgb(96,2,80); }
td.TdClassName
{
border-color: #600250;
}
.TagClassName
{
border-color: #600250;
}
</style>