Shades of Tyrian Purple #650336
Tints of Tyrian Purple #650336
RGB
CMYK
RGB Variations
Color information
#650336 (or 0x650336) is known color: Tyrian Purple. HEX triplet: 65, 03 and 36. RGB value is (101,3,54). Sum of RGB (Red+Green+Blue) = 101+3+54=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #650336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650336 is #9AFCC9. Grayscale: #262626. Windows color (decimal): -10157258 or 3539813. OLE color: 3539813.
HSL color Cylindrical-coordinate representation of color #650336: hue angle of 328.78º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650336 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 54 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.60 |
| HSL | 328.78º | 0.94% | 0.2% | - |
| HSV(B) | 328.78º | 0.97% | 0.4% | - |
| XYZ | 6.07 | 3.1 | 3.77 | - |
| YUV | 38.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 54 | 0 | 0.97 | 0.47 | 0.60 | 328.78 | 0.94 | 0.2 |
| Hex | 65 | 3 | 36 | 0 | 61 | 2F | 3C | 149 | 5E | 14 |
| Octal | 145 | 3 | 66 | 0 | 141 | 57 | 74 | 511 | 136 | 24 |
| Binary | 1100101 | 11 | 110110 | 0 | 1100001 | 101111 | 111100 | 101001001 | 1011110 | 10100 |
Color Harmonies of #650336
Complementary color
Monochromatic Colors of #650336
Black with #650336
Text Example
Text Example
White with #650336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650336; }
p { color: rgb(101,3,54); }
H1.HeaderClassName
{
color: #650336;
}
.AnyTagClassName
{
color: #650336;
}
</style>
background-color css
<style>
a { background-color: #650336; }
a { background-color: rgb(101,3,54); }
div.DivClassName
{
background-color: #650336;
}
.BgClassName
{
background-color: #650336;
}
</style>
border-color css
<style>
span { border-color: #650336; }
span { border-color: rgb(101,3,54); }
td.TdClassName
{
border-color: #650336;
}
.TagClassName
{
border-color: #650336;
}
</style>