Shades of Tyrian Purple #6B0C30
Tints of Tyrian Purple #6B0C30
RGB
CMYK
RGB Variations
Color information
#6B0C30 (or 0x6B0C30) is known color: Tyrian Purple. HEX triplet: 6B, 0C and 30. RGB value is (107,12,48). Sum of RGB (Red+Green+Blue) = 107+12+48=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C30 is #94F3CF. Grayscale: #2C2C2C. Windows color (decimal): -9761744 or 3148907. OLE color: 3148907.
HSL color Cylindrical-coordinate representation of color #6B0C30: hue angle of 337.26º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C30 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 48 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.58 |
| HSL | 337.26º | 0.8% | 0.23% | - |
| HSV(B) | 337.26º | 0.89% | 0.42% | - |
| XYZ | 6.73 | 3.6 | 3.14 | - |
| YUV | 44.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 48 | 0 | 0.89 | 0.55 | 0.58 | 337.26 | 0.8 | 0.23 |
| Hex | 6B | C | 30 | 0 | 59 | 37 | 3A | 151 | 50 | 17 |
| Octal | 153 | 14 | 60 | 0 | 131 | 67 | 72 | 521 | 120 | 27 |
| Binary | 1101011 | 1100 | 110000 | 0 | 1011001 | 110111 | 111010 | 101010001 | 1010000 | 10111 |
Color Harmonies of #6B0C30
Complementary color
Monochromatic Colors of #6B0C30
Black with #6B0C30
Text Example
Text Example
White with #6B0C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C30; }
p { color: rgb(107,12,48); }
H1.HeaderClassName
{
color: #6B0C30;
}
.AnyTagClassName
{
color: #6B0C30;
}
</style>
background-color css
<style>
a { background-color: #6B0C30; }
a { background-color: rgb(107,12,48); }
div.DivClassName
{
background-color: #6B0C30;
}
.BgClassName
{
background-color: #6B0C30;
}
</style>
border-color css
<style>
span { border-color: #6B0C30; }
span { border-color: rgb(107,12,48); }
td.TdClassName
{
border-color: #6B0C30;
}
.TagClassName
{
border-color: #6B0C30;
}
</style>