Shades of Tyrian Purple #67033F
Tints of Tyrian Purple #67033F
RGB
CMYK
RGB Variations
Color information
#67033F (or 0x67033F) is known color: Tyrian Purple. HEX triplet: 67, 03 and 3F. RGB value is (103,3,63). Sum of RGB (Red+Green+Blue) = 103+3+63=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67033F is #98FCC0. Grayscale: #272727. Windows color (decimal): -10026177 or 4129639. OLE color: 4129639.
HSL color Cylindrical-coordinate representation of color #67033F: hue angle of 324º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67033F is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 63 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.60 |
| HSL | 324º | 0.94% | 0.21% | - |
| HSV(B) | 324º | 0.97% | 0.4% | - |
| XYZ | 6.52 | 3.31 | 5 | - |
| YUV | 39.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 63 | 0 | 0.97 | 0.39 | 0.60 | 324 | 0.94 | 0.21 |
| Hex | 67 | 3 | 3F | 0 | 61 | 27 | 3C | 144 | 5E | 15 |
| Octal | 147 | 3 | 77 | 0 | 141 | 47 | 74 | 504 | 136 | 25 |
| Binary | 1100111 | 11 | 111111 | 0 | 1100001 | 100111 | 111100 | 101000100 | 1011110 | 10101 |
Color Harmonies of #67033F
Complementary color
Monochromatic Colors of #67033F
Black with #67033F
Text Example
Text Example
White with #67033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67033F; }
p { color: rgb(103,3,63); }
H1.HeaderClassName
{
color: #67033F;
}
.AnyTagClassName
{
color: #67033F;
}
</style>
background-color css
<style>
a { background-color: #67033F; }
a { background-color: rgb(103,3,63); }
div.DivClassName
{
background-color: #67033F;
}
.BgClassName
{
background-color: #67033F;
}
</style>
border-color css
<style>
span { border-color: #67033F; }
span { border-color: rgb(103,3,63); }
td.TdClassName
{
border-color: #67033F;
}
.TagClassName
{
border-color: #67033F;
}
</style>