Shades of Tyrian Purple #6F024B
Tints of Tyrian Purple #6F024B
RGB
CMYK
RGB Variations
Color information
#6F024B (or 0x6F024B) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 4B. RGB value is (111,2,75). Sum of RGB (Red+Green+Blue) = 111+2+75=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F024B is #90FDB4. Grayscale: #2A2A2A. Windows color (decimal): -9502133 or 4915823. OLE color: 4915823.
HSL color Cylindrical-coordinate representation of color #6F024B: hue angle of 319.82º 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 #6F024B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.56 |
| HSL | 319.82º | 0.96% | 0.22% | - |
| HSV(B) | 319.82º | 0.98% | 0.44% | - |
| XYZ | 7.85 | 3.93 | 7 | - |
| YUV | 42.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 75 | 0 | 0.98 | 0.32 | 0.56 | 319.82 | 0.96 | 0.22 |
| Hex | 6F | 2 | 4B | 0 | 62 | 20 | 38 | 140 | 60 | 16 |
| Octal | 157 | 2 | 113 | 0 | 142 | 40 | 70 | 500 | 140 | 26 |
| Binary | 1101111 | 10 | 1001011 | 0 | 1100010 | 100000 | 111000 | 101000000 | 1100000 | 10110 |
Color Harmonies of #6F024B
Complementary color
Monochromatic Colors of #6F024B
Black with #6F024B
Text Example
Text Example
White with #6F024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F024B; }
p { color: rgb(111,2,75); }
H1.HeaderClassName
{
color: #6F024B;
}
.AnyTagClassName
{
color: #6F024B;
}
</style>
background-color css
<style>
a { background-color: #6F024B; }
a { background-color: rgb(111,2,75); }
div.DivClassName
{
background-color: #6F024B;
}
.BgClassName
{
background-color: #6F024B;
}
</style>
border-color css
<style>
span { border-color: #6F024B; }
span { border-color: rgb(111,2,75); }
td.TdClassName
{
border-color: #6F024B;
}
.TagClassName
{
border-color: #6F024B;
}
</style>