Shades of Tyrian Purple #650B2D
Tints of Tyrian Purple #650B2D
RGB
CMYK
RGB Variations
Color information
#650B2D (or 0x650B2D) is known color: Tyrian Purple. HEX triplet: 65, 0B and 2D. RGB value is (101,11,45). Sum of RGB (Red+Green+Blue) = 101+11+45=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #650B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650B2D is #9AF4D2. Grayscale: #292929. Windows color (decimal): -10155219 or 2952037. OLE color: 2952037.
HSL color Cylindrical-coordinate representation of color #650B2D: hue angle of 337.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B2D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 45 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.60 |
| HSL | 337.33º | 0.8% | 0.22% | - |
| HSV(B) | 337.33º | 0.89% | 0.4% | - |
| XYZ | 5.96 | 3.2 | 2.79 | - |
| YUV | 41.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 45 | 0 | 0.89 | 0.55 | 0.60 | 337.33 | 0.8 | 0.22 |
| Hex | 65 | B | 2D | 0 | 59 | 37 | 3C | 151 | 50 | 16 |
| Octal | 145 | 13 | 55 | 0 | 131 | 67 | 74 | 521 | 120 | 26 |
| Binary | 1100101 | 1011 | 101101 | 0 | 1011001 | 110111 | 111100 | 101010001 | 1010000 | 10110 |
Color Harmonies of #650B2D
Complementary color
Monochromatic Colors of #650B2D
Black with #650B2D
Text Example
Text Example
White with #650B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B2D; }
p { color: rgb(101,11,45); }
H1.HeaderClassName
{
color: #650B2D;
}
.AnyTagClassName
{
color: #650B2D;
}
</style>
background-color css
<style>
a { background-color: #650B2D; }
a { background-color: rgb(101,11,45); }
div.DivClassName
{
background-color: #650B2D;
}
.BgClassName
{
background-color: #650B2D;
}
</style>
border-color css
<style>
span { border-color: #650B2D; }
span { border-color: rgb(101,11,45); }
td.TdClassName
{
border-color: #650B2D;
}
.TagClassName
{
border-color: #650B2D;
}
</style>