Shades of Tyrian Purple #6F0237
Tints of Tyrian Purple #6F0237
RGB
CMYK
RGB Variations
Color information
#6F0237 (or 0x6F0237) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 37. RGB value is (111,2,55). Sum of RGB (Red+Green+Blue) = 111+2+55=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0237 is #90FDC8. Grayscale: #282828. Windows color (decimal): -9502153 or 3605103. OLE color: 3605103.
HSL color Cylindrical-coordinate representation of color #6F0237: hue angle of 330.83º 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 #6F0237 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 55 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.56 |
| HSL | 330.83º | 0.96% | 0.22% | - |
| HSV(B) | 330.83º | 0.98% | 0.44% | - |
| XYZ | 7.27 | 3.7 | 3.95 | - |
| YUV | 40.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 55 | 0 | 0.98 | 0.50 | 0.56 | 330.83 | 0.96 | 0.22 |
| Hex | 6F | 2 | 37 | 0 | 62 | 32 | 38 | 14B | 60 | 16 |
| Octal | 157 | 2 | 67 | 0 | 142 | 62 | 70 | 513 | 140 | 26 |
| Binary | 1101111 | 10 | 110111 | 0 | 1100010 | 110010 | 111000 | 101001011 | 1100000 | 10110 |
Color Harmonies of #6F0237
Complementary color
Monochromatic Colors of #6F0237
Black with #6F0237
Text Example
Text Example
White with #6F0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0237; }
p { color: rgb(111,2,55); }
H1.HeaderClassName
{
color: #6F0237;
}
.AnyTagClassName
{
color: #6F0237;
}
</style>
background-color css
<style>
a { background-color: #6F0237; }
a { background-color: rgb(111,2,55); }
div.DivClassName
{
background-color: #6F0237;
}
.BgClassName
{
background-color: #6F0237;
}
</style>
border-color css
<style>
span { border-color: #6F0237; }
span { border-color: rgb(111,2,55); }
td.TdClassName
{
border-color: #6F0237;
}
.TagClassName
{
border-color: #6F0237;
}
</style>