Shades of Tyrian Purple #6F0335
Tints of Tyrian Purple #6F0335
RGB
CMYK
RGB Variations
Color information
#6F0335 (or 0x6F0335) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 35. RGB value is (111,3,53). Sum of RGB (Red+Green+Blue) = 111+3+53=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0335 is #90FCCA. Grayscale: #282828. Windows color (decimal): -9501899 or 3474287. OLE color: 3474287.
HSL color Cylindrical-coordinate representation of color #6F0335: hue angle of 332.22º 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 #6F0335 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 53 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.56 |
| HSL | 332.22º | 0.95% | 0.22% | - |
| HSV(B) | 332.22º | 0.97% | 0.44% | - |
| XYZ | 7.23 | 3.7 | 3.7 | - |
| YUV | 40.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 53 | 0 | 0.97 | 0.52 | 0.56 | 332.22 | 0.95 | 0.22 |
| Hex | 6F | 3 | 35 | 0 | 61 | 34 | 38 | 14C | 5F | 16 |
| Octal | 157 | 3 | 65 | 0 | 141 | 64 | 70 | 514 | 137 | 26 |
| Binary | 1101111 | 11 | 110101 | 0 | 1100001 | 110100 | 111000 | 101001100 | 1011111 | 10110 |
Color Harmonies of #6F0335
Complementary color
Monochromatic Colors of #6F0335
Black with #6F0335
Text Example
Text Example
White with #6F0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0335; }
p { color: rgb(111,3,53); }
H1.HeaderClassName
{
color: #6F0335;
}
.AnyTagClassName
{
color: #6F0335;
}
</style>
background-color css
<style>
a { background-color: #6F0335; }
a { background-color: rgb(111,3,53); }
div.DivClassName
{
background-color: #6F0335;
}
.BgClassName
{
background-color: #6F0335;
}
</style>
border-color css
<style>
span { border-color: #6F0335; }
span { border-color: rgb(111,3,53); }
td.TdClassName
{
border-color: #6F0335;
}
.TagClassName
{
border-color: #6F0335;
}
</style>