Shades of Tyrian Purple #650853
Tints of Tyrian Purple #650853
RGB
CMYK
RGB Variations
Color information
#650853 (or 0x650853) is known color: Tyrian Purple. HEX triplet: 65, 08 and 53. RGB value is (101,8,83). Sum of RGB (Red+Green+Blue) = 101+8+83=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #650853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650853 is #9AF7AC. Grayscale: #2C2C2C. Windows color (decimal): -10155949 or 5441637. OLE color: 5441637.
HSL color Cylindrical-coordinate representation of color #650853: hue angle of 311.61º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650853 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 83 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.60 |
| HSL | 311.61º | 0.85% | 0.21% | - |
| HSV(B) | 311.61º | 0.92% | 0.4% | - |
| XYZ | 7.01 | 3.56 | 8.5 | - |
| YUV | 44.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 83 | 0 | 0.92 | 0.18 | 0.60 | 311.61 | 0.85 | 0.21 |
| Hex | 65 | 8 | 53 | 0 | 5C | 12 | 3C | 138 | 55 | 15 |
| Octal | 145 | 10 | 123 | 0 | 134 | 22 | 74 | 470 | 125 | 25 |
| Binary | 1100101 | 1000 | 1010011 | 0 | 1011100 | 10010 | 111100 | 100111000 | 1010101 | 10101 |
Color Harmonies of #650853
Complementary color
Monochromatic Colors of #650853
Black with #650853
Text Example
Text Example
White with #650853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650853; }
p { color: rgb(101,8,83); }
H1.HeaderClassName
{
color: #650853;
}
.AnyTagClassName
{
color: #650853;
}
</style>
background-color css
<style>
a { background-color: #650853; }
a { background-color: rgb(101,8,83); }
div.DivClassName
{
background-color: #650853;
}
.BgClassName
{
background-color: #650853;
}
</style>
border-color css
<style>
span { border-color: #650853; }
span { border-color: rgb(101,8,83); }
td.TdClassName
{
border-color: #650853;
}
.TagClassName
{
border-color: #650853;
}
</style>