Shades of Tyrian Purple #650953
Tints of Tyrian Purple #650953
RGB
CMYK
RGB Variations
Color information
#650953 (or 0x650953) is known color: Tyrian Purple. HEX triplet: 65, 09 and 53. RGB value is (101,9,83). Sum of RGB (Red+Green+Blue) = 101+9+83=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #650953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650953 is #9AF6AC. Grayscale: #2C2C2C. Windows color (decimal): -10155693 or 5441893. OLE color: 5441893.
HSL color Cylindrical-coordinate representation of color #650953: hue angle of 311.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650953 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 83 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.60 |
| HSL | 311.74º | 0.84% | 0.22% | - |
| HSV(B) | 311.74º | 0.91% | 0.4% | - |
| XYZ | 7.03 | 3.59 | 8.51 | - |
| YUV | 44.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 83 | 0 | 0.91 | 0.18 | 0.60 | 311.74 | 0.84 | 0.22 |
| Hex | 65 | 9 | 53 | 0 | 5B | 12 | 3C | 138 | 54 | 16 |
| Octal | 145 | 11 | 123 | 0 | 133 | 22 | 74 | 470 | 124 | 26 |
| Binary | 1100101 | 1001 | 1010011 | 0 | 1011011 | 10010 | 111100 | 100111000 | 1010100 | 10110 |
Color Harmonies of #650953
Complementary color
Monochromatic Colors of #650953
Black with #650953
Text Example
Text Example
White with #650953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650953; }
p { color: rgb(101,9,83); }
H1.HeaderClassName
{
color: #650953;
}
.AnyTagClassName
{
color: #650953;
}
</style>
background-color css
<style>
a { background-color: #650953; }
a { background-color: rgb(101,9,83); }
div.DivClassName
{
background-color: #650953;
}
.BgClassName
{
background-color: #650953;
}
</style>
border-color css
<style>
span { border-color: #650953; }
span { border-color: rgb(101,9,83); }
td.TdClassName
{
border-color: #650953;
}
.TagClassName
{
border-color: #650953;
}
</style>