Shades of Tyrian Purple #6C0D4B
Tints of Tyrian Purple #6C0D4B
RGB
CMYK
RGB Variations
Color information
#6C0D4B (or 0x6C0D4B) is known color: Tyrian Purple. HEX triplet: 6C, 0D and 4B. RGB value is (108,13,75). Sum of RGB (Red+Green+Blue) = 108+13+75=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0D4B is #93F2B4. Grayscale: #303030. Windows color (decimal): -9695925 or 4918636. OLE color: 4918636.
HSL color Cylindrical-coordinate representation of color #6C0D4B: hue angle of 320.84º degrees, saturation: 0.79, 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 #6C0D4B is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 13 | 75 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.58 |
| HSL | 320.84º | 0.79% | 0.24% | - |
| HSV(B) | 320.84º | 0.88% | 0.42% | - |
| XYZ | 7.6 | 3.98 | 7.03 | - |
| YUV | 48.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 75 | 0 | 0.88 | 0.31 | 0.58 | 320.84 | 0.79 | 0.24 |
| Hex | 6C | D | 4B | 0 | 58 | 1F | 3A | 141 | 4F | 18 |
| Octal | 154 | 15 | 113 | 0 | 130 | 37 | 72 | 501 | 117 | 30 |
| Binary | 1101100 | 1101 | 1001011 | 0 | 1011000 | 11111 | 111010 | 101000001 | 1001111 | 11000 |
Color Harmonies of #6C0D4B
Complementary color
Monochromatic Colors of #6C0D4B
Black with #6C0D4B
Text Example
Text Example
White with #6C0D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0D4B; }
p { color: rgb(108,13,75); }
H1.HeaderClassName
{
color: #6C0D4B;
}
.AnyTagClassName
{
color: #6C0D4B;
}
</style>
background-color css
<style>
a { background-color: #6C0D4B; }
a { background-color: rgb(108,13,75); }
div.DivClassName
{
background-color: #6C0D4B;
}
.BgClassName
{
background-color: #6C0D4B;
}
</style>
border-color css
<style>
span { border-color: #6C0D4B; }
span { border-color: rgb(108,13,75); }
td.TdClassName
{
border-color: #6C0D4B;
}
.TagClassName
{
border-color: #6C0D4B;
}
</style>