Shades of Tyrian Purple #670A53
Tints of Tyrian Purple #670A53
RGB
CMYK
RGB Variations
Color information
#670A53 (or 0x670A53) is known color: Tyrian Purple. HEX triplet: 67, 0A and 53. RGB value is (103,10,83). Sum of RGB (Red+Green+Blue) = 103+10+83=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #670A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670A53 is #98F5AC. Grayscale: #2D2D2D. Windows color (decimal): -10024365 or 5442151. OLE color: 5442151.
HSL color Cylindrical-coordinate representation of color #670A53: hue angle of 312.9º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A53 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 83 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.60 |
| HSL | 312.9º | 0.82% | 0.22% | - |
| HSV(B) | 312.9º | 0.9% | 0.4% | - |
| XYZ | 7.26 | 3.73 | 8.52 | - |
| YUV | 46.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 83 | 0 | 0.90 | 0.19 | 0.60 | 312.9 | 0.82 | 0.22 |
| Hex | 67 | A | 53 | 0 | 5A | 13 | 3C | 139 | 52 | 16 |
| Octal | 147 | 12 | 123 | 0 | 132 | 23 | 74 | 471 | 122 | 26 |
| Binary | 1100111 | 1010 | 1010011 | 0 | 1011010 | 10011 | 111100 | 100111001 | 1010010 | 10110 |
Color Harmonies of #670A53
Complementary color
Monochromatic Colors of #670A53
Black with #670A53
Text Example
Text Example
White with #670A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A53; }
p { color: rgb(103,10,83); }
H1.HeaderClassName
{
color: #670A53;
}
.AnyTagClassName
{
color: #670A53;
}
</style>
background-color css
<style>
a { background-color: #670A53; }
a { background-color: rgb(103,10,83); }
div.DivClassName
{
background-color: #670A53;
}
.BgClassName
{
background-color: #670A53;
}
</style>
border-color css
<style>
span { border-color: #670A53; }
span { border-color: rgb(103,10,83); }
td.TdClassName
{
border-color: #670A53;
}
.TagClassName
{
border-color: #670A53;
}
</style>