Shades of Tyrian Purple #6F0030
Tints of Tyrian Purple #6F0030
RGB
CMYK
RGB Variations
Color information
#6F0030 (or 0x6F0030) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 30. RGB value is (111,0,48). Sum of RGB (Red+Green+Blue) = 111+0+48=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0030 is #90FFCF. Grayscale: #262626. Windows color (decimal): -9502672 or 3145839. OLE color: 3145839.
HSL color Cylindrical-coordinate representation of color #6F0030: hue angle of 334.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0030 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.57 | 0.56 |
| HSL | 334.05º | 1% | 0.22% | - |
| HSV(B) | 334.05º | 1% | 0.44% | - |
| XYZ | 7.09 | 3.59 | 3.12 | - |
| YUV | 38.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 48 | 0 | 1 | 0.57 | 0.56 | 334.05 | 1 | 0.22 |
| Hex | 6F | 0 | 30 | 0 | 64 | 39 | 38 | 14E | 64 | 16 |
| Octal | 157 | 0 | 60 | 0 | 144 | 71 | 70 | 516 | 144 | 26 |
| Binary | 1101111 | 0 | 110000 | 0 | 1100100 | 111001 | 111000 | 101001110 | 1100100 | 10110 |
Color Harmonies of #6F0030
Complementary color
Monochromatic Colors of #6F0030
Black with #6F0030
Text Example
Text Example
White with #6F0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0030; }
p { color: rgb(111,0,48); }
H1.HeaderClassName
{
color: #6F0030;
}
.AnyTagClassName
{
color: #6F0030;
}
</style>
background-color css
<style>
a { background-color: #6F0030; }
a { background-color: rgb(111,0,48); }
div.DivClassName
{
background-color: #6F0030;
}
.BgClassName
{
background-color: #6F0030;
}
</style>
border-color css
<style>
span { border-color: #6F0030; }
span { border-color: rgb(111,0,48); }
td.TdClassName
{
border-color: #6F0030;
}
.TagClassName
{
border-color: #6F0030;
}
</style>