Shades of Tyrian Purple #6B0452
Tints of Tyrian Purple #6B0452
RGB
CMYK
RGB Variations
Color information
#6B0452 (or 0x6B0452) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 52. RGB value is (107,4,82). Sum of RGB (Red+Green+Blue) = 107+4+82=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0452 is #94FBAD. Grayscale: #2B2B2B. Windows color (decimal): -9763758 or 5375083. OLE color: 5375083.
HSL color Cylindrical-coordinate representation of color #6B0452: hue angle of 314.56º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0452 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 82 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.58 |
| HSL | 314.56º | 0.93% | 0.22% | - |
| HSV(B) | 314.56º | 0.96% | 0.42% | - |
| XYZ | 7.63 | 3.82 | 8.32 | - |
| YUV | 43.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 82 | 0 | 0.96 | 0.23 | 0.58 | 314.56 | 0.93 | 0.22 |
| Hex | 6B | 4 | 52 | 0 | 60 | 17 | 3A | 13B | 5D | 16 |
| Octal | 153 | 4 | 122 | 0 | 140 | 27 | 72 | 473 | 135 | 26 |
| Binary | 1101011 | 100 | 1010010 | 0 | 1100000 | 10111 | 111010 | 100111011 | 1011101 | 10110 |
Color Harmonies of #6B0452
Complementary color
Monochromatic Colors of #6B0452
Black with #6B0452
Text Example
Text Example
White with #6B0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0452; }
p { color: rgb(107,4,82); }
H1.HeaderClassName
{
color: #6B0452;
}
.AnyTagClassName
{
color: #6B0452;
}
</style>
background-color css
<style>
a { background-color: #6B0452; }
a { background-color: rgb(107,4,82); }
div.DivClassName
{
background-color: #6B0452;
}
.BgClassName
{
background-color: #6B0452;
}
</style>
border-color css
<style>
span { border-color: #6B0452; }
span { border-color: rgb(107,4,82); }
td.TdClassName
{
border-color: #6B0452;
}
.TagClassName
{
border-color: #6B0452;
}
</style>