Shades of Tyrian Purple #6F034B
Tints of Tyrian Purple #6F034B
RGB
CMYK
RGB Variations
Color information
#6F034B (or 0x6F034B) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 4B. RGB value is (111,3,75). Sum of RGB (Red+Green+Blue) = 111+3+75=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F034B is #90FCB4. Grayscale: #2B2B2B. Windows color (decimal): -9501877 or 4916079. OLE color: 4916079.
HSL color Cylindrical-coordinate representation of color #6F034B: hue angle of 320º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F034B is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.56 |
| HSL | 320º | 0.95% | 0.22% | - |
| HSV(B) | 320º | 0.97% | 0.44% | - |
| XYZ | 7.86 | 3.95 | 7.01 | - |
| YUV | 43.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 75 | 0 | 0.97 | 0.32 | 0.56 | 320 | 0.95 | 0.22 |
| Hex | 6F | 3 | 4B | 0 | 61 | 20 | 38 | 140 | 5F | 16 |
| Octal | 157 | 3 | 113 | 0 | 141 | 40 | 70 | 500 | 137 | 26 |
| Binary | 1101111 | 11 | 1001011 | 0 | 1100001 | 100000 | 111000 | 101000000 | 1011111 | 10110 |
Color Harmonies of #6F034B
Complementary color
Monochromatic Colors of #6F034B
Black with #6F034B
Text Example
Text Example
White with #6F034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F034B; }
p { color: rgb(111,3,75); }
H1.HeaderClassName
{
color: #6F034B;
}
.AnyTagClassName
{
color: #6F034B;
}
</style>
background-color css
<style>
a { background-color: #6F034B; }
a { background-color: rgb(111,3,75); }
div.DivClassName
{
background-color: #6F034B;
}
.BgClassName
{
background-color: #6F034B;
}
</style>
border-color css
<style>
span { border-color: #6F034B; }
span { border-color: rgb(111,3,75); }
td.TdClassName
{
border-color: #6F034B;
}
.TagClassName
{
border-color: #6F034B;
}
</style>