Shades of Tyrian Purple #6F0452
Tints of Tyrian Purple #6F0452
RGB
CMYK
RGB Variations
Color information
#6F0452 (or 0x6F0452) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 52. RGB value is (111,4,82). Sum of RGB (Red+Green+Blue) = 111+4+82=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0452 is #90FBAD. Grayscale: #2C2C2C. Windows color (decimal): -9501614 or 5375087. OLE color: 5375087.
HSL color Cylindrical-coordinate representation of color #6F0452: hue angle of 316.26º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0452 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 82 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.56 |
| HSL | 316.26º | 0.93% | 0.23% | - |
| HSV(B) | 316.26º | 0.96% | 0.44% | - |
| XYZ | 8.12 | 4.08 | 8.34 | - |
| YUV | 44.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 82 | 0 | 0.96 | 0.26 | 0.56 | 316.26 | 0.93 | 0.23 |
| Hex | 6F | 4 | 52 | 0 | 60 | 1A | 38 | 13C | 5D | 17 |
| Octal | 157 | 4 | 122 | 0 | 140 | 32 | 70 | 474 | 135 | 27 |
| Binary | 1101111 | 100 | 1010010 | 0 | 1100000 | 11010 | 111000 | 100111100 | 1011101 | 10111 |
Color Harmonies of #6F0452
Complementary color
Monochromatic Colors of #6F0452
Black with #6F0452
Text Example
Text Example
White with #6F0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0452; }
p { color: rgb(111,4,82); }
H1.HeaderClassName
{
color: #6F0452;
}
.AnyTagClassName
{
color: #6F0452;
}
</style>
background-color css
<style>
a { background-color: #6F0452; }
a { background-color: rgb(111,4,82); }
div.DivClassName
{
background-color: #6F0452;
}
.BgClassName
{
background-color: #6F0452;
}
</style>
border-color css
<style>
span { border-color: #6F0452; }
span { border-color: rgb(111,4,82); }
td.TdClassName
{
border-color: #6F0452;
}
.TagClassName
{
border-color: #6F0452;
}
</style>