Shades of Tyrian Purple #650353
Tints of Tyrian Purple #650353
RGB
CMYK
RGB Variations
Color information
#650353 (or 0x650353) is known color: Tyrian Purple. HEX triplet: 65, 03 and 53. RGB value is (101,3,83). Sum of RGB (Red+Green+Blue) = 101+3+83=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650353 is #9AFCAC. Grayscale: #292929. Windows color (decimal): -10157229 or 5440357. OLE color: 5440357.
HSL color Cylindrical-coordinate representation of color #650353: hue angle of 311.02º 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 #650353 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 83 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.60 |
| HSL | 311.02º | 0.94% | 0.2% | - |
| HSV(B) | 311.02º | 0.97% | 0.4% | - |
| XYZ | 6.96 | 3.46 | 8.48 | - |
| YUV | 41.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 83 | 0 | 0.97 | 0.18 | 0.60 | 311.02 | 0.94 | 0.2 |
| Hex | 65 | 3 | 53 | 0 | 61 | 12 | 3C | 137 | 5E | 14 |
| Octal | 145 | 3 | 123 | 0 | 141 | 22 | 74 | 467 | 136 | 24 |
| Binary | 1100101 | 11 | 1010011 | 0 | 1100001 | 10010 | 111100 | 100110111 | 1011110 | 10100 |
Color Harmonies of #650353
Complementary color
Monochromatic Colors of #650353
Black with #650353
Text Example
Text Example
White with #650353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650353; }
p { color: rgb(101,3,83); }
H1.HeaderClassName
{
color: #650353;
}
.AnyTagClassName
{
color: #650353;
}
</style>
background-color css
<style>
a { background-color: #650353; }
a { background-color: rgb(101,3,83); }
div.DivClassName
{
background-color: #650353;
}
.BgClassName
{
background-color: #650353;
}
</style>
border-color css
<style>
span { border-color: #650353; }
span { border-color: rgb(101,3,83); }
td.TdClassName
{
border-color: #650353;
}
.TagClassName
{
border-color: #650353;
}
</style>