Shades of Tyrian Purple #650D30
Tints of Tyrian Purple #650D30
RGB
CMYK
RGB Variations
Color information
#650D30 (or 0x650D30) is known color: Tyrian Purple. HEX triplet: 65, 0D and 30. RGB value is (101,13,48). Sum of RGB (Red+Green+Blue) = 101+13+48=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #650D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D30 is #9AF2CF. Grayscale: #2B2B2B. Windows color (decimal): -10154704 or 3149157. OLE color: 3149157.
HSL color Cylindrical-coordinate representation of color #650D30: hue angle of 336.14º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D30 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 48 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.60 |
| HSL | 336.14º | 0.77% | 0.22% | - |
| HSV(B) | 336.14º | 0.87% | 0.4% | - |
| XYZ | 6.04 | 3.27 | 3.11 | - |
| YUV | 43.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 48 | 0 | 0.87 | 0.52 | 0.60 | 336.14 | 0.77 | 0.22 |
| Hex | 65 | D | 30 | 0 | 57 | 34 | 3C | 150 | 4D | 16 |
| Octal | 145 | 15 | 60 | 0 | 127 | 64 | 74 | 520 | 115 | 26 |
| Binary | 1100101 | 1101 | 110000 | 0 | 1010111 | 110100 | 111100 | 101010000 | 1001101 | 10110 |
Color Harmonies of #650D30
Complementary color
Monochromatic Colors of #650D30
Black with #650D30
Text Example
Text Example
White with #650D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D30; }
p { color: rgb(101,13,48); }
H1.HeaderClassName
{
color: #650D30;
}
.AnyTagClassName
{
color: #650D30;
}
</style>
background-color css
<style>
a { background-color: #650D30; }
a { background-color: rgb(101,13,48); }
div.DivClassName
{
background-color: #650D30;
}
.BgClassName
{
background-color: #650D30;
}
</style>
border-color css
<style>
span { border-color: #650D30; }
span { border-color: rgb(101,13,48); }
td.TdClassName
{
border-color: #650D30;
}
.TagClassName
{
border-color: #650D30;
}
</style>