Shades of Tyrian Purple #6F0A44
Tints of Tyrian Purple #6F0A44
RGB
CMYK
RGB Variations
Color information
#6F0A44 (or 0x6F0A44) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 44. RGB value is (111,10,68). Sum of RGB (Red+Green+Blue) = 111+10+68=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A44 is #90F5BB. Grayscale: #2E2E2E. Windows color (decimal): -9500092 or 4459119. OLE color: 4459119.
HSL color Cylindrical-coordinate representation of color #6F0A44: hue angle of 325.54º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A44 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 68 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.56 |
| HSL | 325.54º | 0.83% | 0.24% | - |
| HSV(B) | 325.54º | 0.91% | 0.44% | - |
| XYZ | 7.71 | 4.01 | 5.84 | - |
| YUV | 46.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 68 | 0 | 0.91 | 0.39 | 0.56 | 325.54 | 0.83 | 0.24 |
| Hex | 6F | A | 44 | 0 | 5B | 27 | 38 | 146 | 53 | 18 |
| Octal | 157 | 12 | 104 | 0 | 133 | 47 | 70 | 506 | 123 | 30 |
| Binary | 1101111 | 1010 | 1000100 | 0 | 1011011 | 100111 | 111000 | 101000110 | 1010011 | 11000 |
Color Harmonies of #6F0A44
Complementary color
Monochromatic Colors of #6F0A44
Black with #6F0A44
Text Example
Text Example
White with #6F0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A44; }
p { color: rgb(111,10,68); }
H1.HeaderClassName
{
color: #6F0A44;
}
.AnyTagClassName
{
color: #6F0A44;
}
</style>
background-color css
<style>
a { background-color: #6F0A44; }
a { background-color: rgb(111,10,68); }
div.DivClassName
{
background-color: #6F0A44;
}
.BgClassName
{
background-color: #6F0A44;
}
</style>
border-color css
<style>
span { border-color: #6F0A44; }
span { border-color: rgb(111,10,68); }
td.TdClassName
{
border-color: #6F0A44;
}
.TagClassName
{
border-color: #6F0A44;
}
</style>