Shades of Tyrian Purple #6B0235
Tints of Tyrian Purple #6B0235
RGB
CMYK
RGB Variations
Color information
#6B0235 (or 0x6B0235) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 35. RGB value is (107,2,53). Sum of RGB (Red+Green+Blue) = 107+2+53=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0235 is #94FDCA. Grayscale: #272727. Windows color (decimal): -9764299 or 3474027. OLE color: 3474027.
HSL color Cylindrical-coordinate representation of color #6B0235: hue angle of 330.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0235 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 53 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.58 |
| HSL | 330.86º | 0.96% | 0.21% | - |
| HSV(B) | 330.86º | 0.98% | 0.42% | - |
| XYZ | 6.73 | 3.43 | 3.67 | - |
| YUV | 39.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 53 | 0 | 0.98 | 0.50 | 0.58 | 330.86 | 0.96 | 0.21 |
| Hex | 6B | 2 | 35 | 0 | 62 | 32 | 3A | 14B | 60 | 15 |
| Octal | 153 | 2 | 65 | 0 | 142 | 62 | 72 | 513 | 140 | 25 |
| Binary | 1101011 | 10 | 110101 | 0 | 1100010 | 110010 | 111010 | 101001011 | 1100000 | 10101 |
Color Harmonies of #6B0235
Complementary color
Monochromatic Colors of #6B0235
Black with #6B0235
Text Example
Text Example
White with #6B0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0235; }
p { color: rgb(107,2,53); }
H1.HeaderClassName
{
color: #6B0235;
}
.AnyTagClassName
{
color: #6B0235;
}
</style>
background-color css
<style>
a { background-color: #6B0235; }
a { background-color: rgb(107,2,53); }
div.DivClassName
{
background-color: #6B0235;
}
.BgClassName
{
background-color: #6B0235;
}
</style>
border-color css
<style>
span { border-color: #6B0235; }
span { border-color: rgb(107,2,53); }
td.TdClassName
{
border-color: #6B0235;
}
.TagClassName
{
border-color: #6B0235;
}
</style>