Shades of Tyrian Purple #6F0552
Tints of Tyrian Purple #6F0552
RGB
CMYK
RGB Variations
Color information
#6F0552 (or 0x6F0552) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 52. RGB value is (111,5,82). Sum of RGB (Red+Green+Blue) = 111+5+82=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0552 is #90FAAD. Grayscale: #2D2D2D. Windows color (decimal): -9501358 or 5375343. OLE color: 5375343.
HSL color Cylindrical-coordinate representation of color #6F0552: hue angle of 316.42º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0552 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 82 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.56 |
| HSL | 316.42º | 0.91% | 0.23% | - |
| HSV(B) | 316.42º | 0.95% | 0.44% | - |
| XYZ | 8.13 | 4.1 | 8.34 | - |
| YUV | 45.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 82 | 0 | 0.95 | 0.26 | 0.56 | 316.42 | 0.91 | 0.23 |
| Hex | 6F | 5 | 52 | 0 | 5F | 1A | 38 | 13C | 5B | 17 |
| Octal | 157 | 5 | 122 | 0 | 137 | 32 | 70 | 474 | 133 | 27 |
| Binary | 1101111 | 101 | 1010010 | 0 | 1011111 | 11010 | 111000 | 100111100 | 1011011 | 10111 |
Color Harmonies of #6F0552
Complementary color
Monochromatic Colors of #6F0552
Black with #6F0552
Text Example
Text Example
White with #6F0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0552; }
p { color: rgb(111,5,82); }
H1.HeaderClassName
{
color: #6F0552;
}
.AnyTagClassName
{
color: #6F0552;
}
</style>
background-color css
<style>
a { background-color: #6F0552; }
a { background-color: rgb(111,5,82); }
div.DivClassName
{
background-color: #6F0552;
}
.BgClassName
{
background-color: #6F0552;
}
</style>
border-color css
<style>
span { border-color: #6F0552; }
span { border-color: rgb(111,5,82); }
td.TdClassName
{
border-color: #6F0552;
}
.TagClassName
{
border-color: #6F0552;
}
</style>