Shades of Tyrian Purple #6B0752
Tints of Tyrian Purple #6B0752
RGB
CMYK
RGB Variations
Color information
#6B0752 (or 0x6B0752) is known color: Tyrian Purple. HEX triplet: 6B, 07 and 52. RGB value is (107,7,82). Sum of RGB (Red+Green+Blue) = 107+7+82=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0752 is #94F8AD. Grayscale: #2D2D2D. Windows color (decimal): -9762990 or 5375851. OLE color: 5375851.
HSL color Cylindrical-coordinate representation of color #6B0752: hue angle of 315º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0752 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 82 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.58 |
| HSL | 315º | 0.88% | 0.22% | - |
| HSV(B) | 315º | 0.93% | 0.42% | - |
| XYZ | 7.66 | 3.89 | 8.33 | - |
| YUV | 45.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 82 | 0 | 0.93 | 0.23 | 0.58 | 315 | 0.88 | 0.22 |
| Hex | 6B | 7 | 52 | 0 | 5D | 17 | 3A | 13B | 58 | 16 |
| Octal | 153 | 7 | 122 | 0 | 135 | 27 | 72 | 473 | 130 | 26 |
| Binary | 1101011 | 111 | 1010010 | 0 | 1011101 | 10111 | 111010 | 100111011 | 1011000 | 10110 |
Color Harmonies of #6B0752
Complementary color
Monochromatic Colors of #6B0752
Black with #6B0752
Text Example
Text Example
White with #6B0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0752; }
p { color: rgb(107,7,82); }
H1.HeaderClassName
{
color: #6B0752;
}
.AnyTagClassName
{
color: #6B0752;
}
</style>
background-color css
<style>
a { background-color: #6B0752; }
a { background-color: rgb(107,7,82); }
div.DivClassName
{
background-color: #6B0752;
}
.BgClassName
{
background-color: #6B0752;
}
</style>
border-color css
<style>
span { border-color: #6B0752; }
span { border-color: rgb(107,7,82); }
td.TdClassName
{
border-color: #6B0752;
}
.TagClassName
{
border-color: #6B0752;
}
</style>