Shades of Tyrian Purple #6F0A4B
Tints of Tyrian Purple #6F0A4B
RGB
CMYK
RGB Variations
Color information
#6F0A4B (or 0x6F0A4B) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 4B. RGB value is (111,10,75). Sum of RGB (Red+Green+Blue) = 111+10+75=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A4B is #90F5B4. Grayscale: #2F2F2F. Windows color (decimal): -9500085 or 4917871. OLE color: 4917871.
HSL color Cylindrical-coordinate representation of color #6F0A4B: hue angle of 321.39º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A4B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 75 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.56 |
| HSL | 321.39º | 0.83% | 0.24% | - |
| HSV(B) | 321.39º | 0.91% | 0.44% | - |
| XYZ | 7.93 | 4.1 | 7.03 | - |
| YUV | 47.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 75 | 0 | 0.91 | 0.32 | 0.56 | 321.39 | 0.83 | 0.24 |
| Hex | 6F | A | 4B | 0 | 5B | 20 | 38 | 141 | 53 | 18 |
| Octal | 157 | 12 | 113 | 0 | 133 | 40 | 70 | 501 | 123 | 30 |
| Binary | 1101111 | 1010 | 1001011 | 0 | 1011011 | 100000 | 111000 | 101000001 | 1010011 | 11000 |
Color Harmonies of #6F0A4B
Complementary color
Monochromatic Colors of #6F0A4B
Black with #6F0A4B
Text Example
Text Example
White with #6F0A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A4B; }
p { color: rgb(111,10,75); }
H1.HeaderClassName
{
color: #6F0A4B;
}
.AnyTagClassName
{
color: #6F0A4B;
}
</style>
background-color css
<style>
a { background-color: #6F0A4B; }
a { background-color: rgb(111,10,75); }
div.DivClassName
{
background-color: #6F0A4B;
}
.BgClassName
{
background-color: #6F0A4B;
}
</style>
border-color css
<style>
span { border-color: #6F0A4B; }
span { border-color: rgb(111,10,75); }
td.TdClassName
{
border-color: #6F0A4B;
}
.TagClassName
{
border-color: #6F0A4B;
}
</style>