Shades of Tyrian Purple #670C33
Tints of Tyrian Purple #670C33
RGB
CMYK
RGB Variations
Color information
#670C33 (or 0x670C33) is known color: Tyrian Purple. HEX triplet: 67, 0C and 33. RGB value is (103,12,51). Sum of RGB (Red+Green+Blue) = 103+12+51=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #670C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C33 is #98F3CC. Grayscale: #2B2B2B. Windows color (decimal): -10023885 or 3345511. OLE color: 3345511.
HSL color Cylindrical-coordinate representation of color #670C33: hue angle of 334.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C33 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 51 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.60 |
| HSL | 334.29º | 0.79% | 0.23% | - |
| HSV(B) | 334.29º | 0.88% | 0.4% | - |
| XYZ | 6.32 | 3.39 | 3.45 | - |
| YUV | 43.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 51 | 0 | 0.88 | 0.50 | 0.60 | 334.29 | 0.79 | 0.23 |
| Hex | 67 | C | 33 | 0 | 58 | 32 | 3C | 14E | 4F | 17 |
| Octal | 147 | 14 | 63 | 0 | 130 | 62 | 74 | 516 | 117 | 27 |
| Binary | 1100111 | 1100 | 110011 | 0 | 1011000 | 110010 | 111100 | 101001110 | 1001111 | 10111 |
Color Harmonies of #670C33
Complementary color
Monochromatic Colors of #670C33
Black with #670C33
Text Example
Text Example
White with #670C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C33; }
p { color: rgb(103,12,51); }
H1.HeaderClassName
{
color: #670C33;
}
.AnyTagClassName
{
color: #670C33;
}
</style>
background-color css
<style>
a { background-color: #670C33; }
a { background-color: rgb(103,12,51); }
div.DivClassName
{
background-color: #670C33;
}
.BgClassName
{
background-color: #670C33;
}
</style>
border-color css
<style>
span { border-color: #670C33; }
span { border-color: rgb(103,12,51); }
td.TdClassName
{
border-color: #670C33;
}
.TagClassName
{
border-color: #670C33;
}
</style>