Shades of Tyrian Purple #6F023D
Tints of Tyrian Purple #6F023D
RGB
CMYK
RGB Variations
Color information
#6F023D (or 0x6F023D) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 3D. RGB value is (111,2,61). Sum of RGB (Red+Green+Blue) = 111+2+61=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F023D is #90FDC2. Grayscale: #292929. Windows color (decimal): -9502147 or 3998319. OLE color: 3998319.
HSL color Cylindrical-coordinate representation of color #6F023D: hue angle of 327.52º 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 #6F023D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.56 |
| HSL | 327.52º | 0.96% | 0.22% | - |
| HSV(B) | 327.52º | 0.98% | 0.44% | - |
| XYZ | 7.42 | 3.76 | 4.75 | - |
| YUV | 41.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 61 | 0 | 0.98 | 0.45 | 0.56 | 327.52 | 0.96 | 0.22 |
| Hex | 6F | 2 | 3D | 0 | 62 | 2D | 38 | 148 | 60 | 16 |
| Octal | 157 | 2 | 75 | 0 | 142 | 55 | 70 | 510 | 140 | 26 |
| Binary | 1101111 | 10 | 111101 | 0 | 1100010 | 101101 | 111000 | 101001000 | 1100000 | 10110 |
Color Harmonies of #6F023D
Complementary color
Monochromatic Colors of #6F023D
Black with #6F023D
Text Example
Text Example
White with #6F023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F023D; }
p { color: rgb(111,2,61); }
H1.HeaderClassName
{
color: #6F023D;
}
.AnyTagClassName
{
color: #6F023D;
}
</style>
background-color css
<style>
a { background-color: #6F023D; }
a { background-color: rgb(111,2,61); }
div.DivClassName
{
background-color: #6F023D;
}
.BgClassName
{
background-color: #6F023D;
}
</style>
border-color css
<style>
span { border-color: #6F023D; }
span { border-color: rgb(111,2,61); }
td.TdClassName
{
border-color: #6F023D;
}
.TagClassName
{
border-color: #6F023D;
}
</style>