Shades of Tyrian Purple #6F0532
Tints of Tyrian Purple #6F0532
RGB
CMYK
RGB Variations
Color information
#6F0532 (or 0x6F0532) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 32. RGB value is (111,5,50). Sum of RGB (Red+Green+Blue) = 111+5+50=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0532 is #90FACD. Grayscale: #292929. Windows color (decimal): -9501390 or 3278191. OLE color: 3278191.
HSL color Cylindrical-coordinate representation of color #6F0532: hue angle of 334.53º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0532 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 50 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.56 |
| HSL | 334.53º | 0.91% | 0.23% | - |
| HSV(B) | 334.53º | 0.95% | 0.44% | - |
| XYZ | 7.19 | 3.72 | 3.36 | - |
| YUV | 41.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 50 | 0 | 0.95 | 0.55 | 0.56 | 334.53 | 0.91 | 0.23 |
| Hex | 6F | 5 | 32 | 0 | 5F | 37 | 38 | 14F | 5B | 17 |
| Octal | 157 | 5 | 62 | 0 | 137 | 67 | 70 | 517 | 133 | 27 |
| Binary | 1101111 | 101 | 110010 | 0 | 1011111 | 110111 | 111000 | 101001111 | 1011011 | 10111 |
Color Harmonies of #6F0532
Complementary color
Monochromatic Colors of #6F0532
Black with #6F0532
Text Example
Text Example
White with #6F0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0532; }
p { color: rgb(111,5,50); }
H1.HeaderClassName
{
color: #6F0532;
}
.AnyTagClassName
{
color: #6F0532;
}
</style>
background-color css
<style>
a { background-color: #6F0532; }
a { background-color: rgb(111,5,50); }
div.DivClassName
{
background-color: #6F0532;
}
.BgClassName
{
background-color: #6F0532;
}
</style>
border-color css
<style>
span { border-color: #6F0532; }
span { border-color: rgb(111,5,50); }
td.TdClassName
{
border-color: #6F0532;
}
.TagClassName
{
border-color: #6F0532;
}
</style>