Shades of Tyrian Purple #650B44
Tints of Tyrian Purple #650B44
RGB
CMYK
RGB Variations
Color information
#650B44 (or 0x650B44) is known color: Tyrian Purple. HEX triplet: 65, 0B and 44. RGB value is (101,11,68). Sum of RGB (Red+Green+Blue) = 101+11+68=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #650B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650B44 is #9AF4BB. Grayscale: #2C2C2C. Windows color (decimal): -10155196 or 4459365. OLE color: 4459365.
HSL color Cylindrical-coordinate representation of color #650B44: hue angle of 322º 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 #650B44 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 68 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.60 |
| HSL | 322º | 0.8% | 0.22% | - |
| HSV(B) | 322º | 0.89% | 0.4% | - |
| XYZ | 6.53 | 3.42 | 5.79 | - |
| YUV | 44.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 68 | 0 | 0.89 | 0.33 | 0.60 | 322 | 0.8 | 0.22 |
| Hex | 65 | B | 44 | 0 | 59 | 21 | 3C | 142 | 50 | 16 |
| Octal | 145 | 13 | 104 | 0 | 131 | 41 | 74 | 502 | 120 | 26 |
| Binary | 1100101 | 1011 | 1000100 | 0 | 1011001 | 100001 | 111100 | 101000010 | 1010000 | 10110 |
Color Harmonies of #650B44
Complementary color
Monochromatic Colors of #650B44
Black with #650B44
Text Example
Text Example
White with #650B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B44; }
p { color: rgb(101,11,68); }
H1.HeaderClassName
{
color: #650B44;
}
.AnyTagClassName
{
color: #650B44;
}
</style>
background-color css
<style>
a { background-color: #650B44; }
a { background-color: rgb(101,11,68); }
div.DivClassName
{
background-color: #650B44;
}
.BgClassName
{
background-color: #650B44;
}
</style>
border-color css
<style>
span { border-color: #650B44; }
span { border-color: rgb(101,11,68); }
td.TdClassName
{
border-color: #650B44;
}
.TagClassName
{
border-color: #650B44;
}
</style>