Shades of Tyrian Purple #6B0D30
Tints of Tyrian Purple #6B0D30
RGB
CMYK
RGB Variations
Color information
#6B0D30 (or 0x6B0D30) is known color: Tyrian Purple. HEX triplet: 6B, 0D and 30. RGB value is (107,13,48). Sum of RGB (Red+Green+Blue) = 107+13+48=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D30 is #94F2CF. Grayscale: #2D2D2D. Windows color (decimal): -9761488 or 3149163. OLE color: 3149163.
HSL color Cylindrical-coordinate representation of color #6B0D30: hue angle of 337.66º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D30 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 48 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.58 |
| HSL | 337.66º | 0.78% | 0.24% | - |
| HSV(B) | 337.66º | 0.88% | 0.42% | - |
| XYZ | 6.74 | 3.63 | 3.14 | - |
| YUV | 45.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 48 | 0 | 0.88 | 0.55 | 0.58 | 337.66 | 0.78 | 0.24 |
| Hex | 6B | D | 30 | 0 | 58 | 37 | 3A | 152 | 4E | 18 |
| Octal | 153 | 15 | 60 | 0 | 130 | 67 | 72 | 522 | 116 | 30 |
| Binary | 1101011 | 1101 | 110000 | 0 | 1011000 | 110111 | 111010 | 101010010 | 1001110 | 11000 |
Color Harmonies of #6B0D30
Complementary color
Monochromatic Colors of #6B0D30
Black with #6B0D30
Text Example
Text Example
White with #6B0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D30; }
p { color: rgb(107,13,48); }
H1.HeaderClassName
{
color: #6B0D30;
}
.AnyTagClassName
{
color: #6B0D30;
}
</style>
background-color css
<style>
a { background-color: #6B0D30; }
a { background-color: rgb(107,13,48); }
div.DivClassName
{
background-color: #6B0D30;
}
.BgClassName
{
background-color: #6B0D30;
}
</style>
border-color css
<style>
span { border-color: #6B0D30; }
span { border-color: rgb(107,13,48); }
td.TdClassName
{
border-color: #6B0D30;
}
.TagClassName
{
border-color: #6B0D30;
}
</style>