Shades of Tyrian Purple #6F0258
Tints of Tyrian Purple #6F0258
RGB
CMYK
RGB Variations
Color information
#6F0258 (or 0x6F0258) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 58. RGB value is (111,2,88). Sum of RGB (Red+Green+Blue) = 111+2+88=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0258 is #90FDA7. Grayscale: #2C2C2C. Windows color (decimal): -9502120 or 5767791. OLE color: 5767791.
HSL color Cylindrical-coordinate representation of color #6F0258: hue angle of 312.66º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0258 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 88 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.56 |
| HSL | 312.66º | 0.96% | 0.22% | - |
| HSV(B) | 312.66º | 0.98% | 0.44% | - |
| XYZ | 8.34 | 4.13 | 9.59 | - |
| YUV | 44.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 88 | 0 | 0.98 | 0.21 | 0.56 | 312.66 | 0.96 | 0.22 |
| Hex | 6F | 2 | 58 | 0 | 62 | 15 | 38 | 139 | 60 | 16 |
| Octal | 157 | 2 | 130 | 0 | 142 | 25 | 70 | 471 | 140 | 26 |
| Binary | 1101111 | 10 | 1011000 | 0 | 1100010 | 10101 | 111000 | 100111001 | 1100000 | 10110 |
Color Harmonies of #6F0258
Complementary color
Monochromatic Colors of #6F0258
Black with #6F0258
Text Example
Text Example
White with #6F0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0258; }
p { color: rgb(111,2,88); }
H1.HeaderClassName
{
color: #6F0258;
}
.AnyTagClassName
{
color: #6F0258;
}
</style>
background-color css
<style>
a { background-color: #6F0258; }
a { background-color: rgb(111,2,88); }
div.DivClassName
{
background-color: #6F0258;
}
.BgClassName
{
background-color: #6F0258;
}
</style>
border-color css
<style>
span { border-color: #6F0258; }
span { border-color: rgb(111,2,88); }
td.TdClassName
{
border-color: #6F0258;
}
.TagClassName
{
border-color: #6F0258;
}
</style>