Shades of Tyrian Purple #6B0338
Tints of Tyrian Purple #6B0338
RGB
CMYK
RGB Variations
Color information
#6B0338 (or 0x6B0338) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 38. RGB value is (107,3,56). Sum of RGB (Red+Green+Blue) = 107+3+56=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0338 is #94FCC7. Grayscale: #282828. Windows color (decimal): -9764040 or 3670891. OLE color: 3670891.
HSL color Cylindrical-coordinate representation of color #6B0338: hue angle of 329.42º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0338 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 56 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.58 |
| HSL | 329.42º | 0.95% | 0.22% | - |
| HSV(B) | 329.42º | 0.97% | 0.42% | - |
| XYZ | 6.81 | 3.48 | 4.05 | - |
| YUV | 40.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 56 | 0 | 0.97 | 0.48 | 0.58 | 329.42 | 0.95 | 0.22 |
| Hex | 6B | 3 | 38 | 0 | 61 | 30 | 3A | 149 | 5F | 16 |
| Octal | 153 | 3 | 70 | 0 | 141 | 60 | 72 | 511 | 137 | 26 |
| Binary | 1101011 | 11 | 111000 | 0 | 1100001 | 110000 | 111010 | 101001001 | 1011111 | 10110 |
Color Harmonies of #6B0338
Complementary color
Monochromatic Colors of #6B0338
Black with #6B0338
Text Example
Text Example
White with #6B0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0338; }
p { color: rgb(107,3,56); }
H1.HeaderClassName
{
color: #6B0338;
}
.AnyTagClassName
{
color: #6B0338;
}
</style>
background-color css
<style>
a { background-color: #6B0338; }
a { background-color: rgb(107,3,56); }
div.DivClassName
{
background-color: #6B0338;
}
.BgClassName
{
background-color: #6B0338;
}
</style>
border-color css
<style>
span { border-color: #6B0338; }
span { border-color: rgb(107,3,56); }
td.TdClassName
{
border-color: #6B0338;
}
.TagClassName
{
border-color: #6B0338;
}
</style>