Shades of Tyrian Purple #6C024B
Tints of Tyrian Purple #6C024B
RGB
CMYK
RGB Variations
Color information
#6C024B (or 0x6C024B) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 4B. RGB value is (108,2,75). Sum of RGB (Red+Green+Blue) = 108+2+75=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C024B is #93FDB4. Grayscale: #292929. Windows color (decimal): -9698741 or 4915820. OLE color: 4915820.
HSL color Cylindrical-coordinate representation of color #6C024B: hue angle of 318.68º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C024B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.58 |
| HSL | 318.68º | 0.96% | 0.22% | - |
| HSV(B) | 318.68º | 0.98% | 0.42% | - |
| XYZ | 7.48 | 3.74 | 6.98 | - |
| YUV | 42.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 75 | 0 | 0.98 | 0.31 | 0.58 | 318.68 | 0.96 | 0.22 |
| Hex | 6C | 2 | 4B | 0 | 62 | 1F | 3A | 13F | 60 | 16 |
| Octal | 154 | 2 | 113 | 0 | 142 | 37 | 72 | 477 | 140 | 26 |
| Binary | 1101100 | 10 | 1001011 | 0 | 1100010 | 11111 | 111010 | 100111111 | 1100000 | 10110 |
Color Harmonies of #6C024B
Complementary color
Monochromatic Colors of #6C024B
Black with #6C024B
Text Example
Text Example
White with #6C024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C024B; }
p { color: rgb(108,2,75); }
H1.HeaderClassName
{
color: #6C024B;
}
.AnyTagClassName
{
color: #6C024B;
}
</style>
background-color css
<style>
a { background-color: #6C024B; }
a { background-color: rgb(108,2,75); }
div.DivClassName
{
background-color: #6C024B;
}
.BgClassName
{
background-color: #6C024B;
}
</style>
border-color css
<style>
span { border-color: #6C024B; }
span { border-color: rgb(108,2,75); }
td.TdClassName
{
border-color: #6C024B;
}
.TagClassName
{
border-color: #6C024B;
}
</style>