Shades of Tyrian Purple #6B023D
Tints of Tyrian Purple #6B023D
RGB
CMYK
RGB Variations
Color information
#6B023D (or 0x6B023D) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 3D. RGB value is (107,2,61). Sum of RGB (Red+Green+Blue) = 107+2+61=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B023D is #94FDC2. Grayscale: #272727. Windows color (decimal): -9764291 or 3998315. OLE color: 3998315.
HSL color Cylindrical-coordinate representation of color #6B023D: hue angle of 326.29º 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 #6B023D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.58 |
| HSL | 326.29º | 0.96% | 0.21% | - |
| HSV(B) | 326.29º | 0.98% | 0.42% | - |
| XYZ | 6.93 | 3.51 | 4.73 | - |
| YUV | 40.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 61 | 0 | 0.98 | 0.43 | 0.58 | 326.29 | 0.96 | 0.21 |
| Hex | 6B | 2 | 3D | 0 | 62 | 2B | 3A | 146 | 60 | 15 |
| Octal | 153 | 2 | 75 | 0 | 142 | 53 | 72 | 506 | 140 | 25 |
| Binary | 1101011 | 10 | 111101 | 0 | 1100010 | 101011 | 111010 | 101000110 | 1100000 | 10101 |
Color Harmonies of #6B023D
Complementary color
Monochromatic Colors of #6B023D
Black with #6B023D
Text Example
Text Example
White with #6B023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B023D; }
p { color: rgb(107,2,61); }
H1.HeaderClassName
{
color: #6B023D;
}
.AnyTagClassName
{
color: #6B023D;
}
</style>
background-color css
<style>
a { background-color: #6B023D; }
a { background-color: rgb(107,2,61); }
div.DivClassName
{
background-color: #6B023D;
}
.BgClassName
{
background-color: #6B023D;
}
</style>
border-color css
<style>
span { border-color: #6B023D; }
span { border-color: rgb(107,2,61); }
td.TdClassName
{
border-color: #6B023D;
}
.TagClassName
{
border-color: #6B023D;
}
</style>