Shades of Tyrian Purple #650355
Tints of Tyrian Purple #650355
RGB
CMYK
RGB Variations
Color information
#650355 (or 0x650355) is known color: Tyrian Purple. HEX triplet: 65, 03 and 55. RGB value is (101,3,85). Sum of RGB (Red+Green+Blue) = 101+3+85=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650355 is #9AFCAA. Grayscale: #292929. Windows color (decimal): -10157227 or 5571429. OLE color: 5571429.
HSL color Cylindrical-coordinate representation of color #650355: hue angle of 309.8º 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 #650355 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.60 |
| HSL | 309.8º | 0.94% | 0.2% | - |
| HSV(B) | 309.8º | 0.97% | 0.4% | - |
| XYZ | 7.04 | 3.49 | 8.9 | - |
| YUV | 41.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 85 | 0 | 0.97 | 0.16 | 0.60 | 309.8 | 0.94 | 0.2 |
| Hex | 65 | 3 | 55 | 0 | 61 | 10 | 3C | 136 | 5E | 14 |
| Octal | 145 | 3 | 125 | 0 | 141 | 20 | 74 | 466 | 136 | 24 |
| Binary | 1100101 | 11 | 1010101 | 0 | 1100001 | 10000 | 111100 | 100110110 | 1011110 | 10100 |
Color Harmonies of #650355
Complementary color
Monochromatic Colors of #650355
Black with #650355
Text Example
Text Example
White with #650355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650355; }
p { color: rgb(101,3,85); }
H1.HeaderClassName
{
color: #650355;
}
.AnyTagClassName
{
color: #650355;
}
</style>
background-color css
<style>
a { background-color: #650355; }
a { background-color: rgb(101,3,85); }
div.DivClassName
{
background-color: #650355;
}
.BgClassName
{
background-color: #650355;
}
</style>
border-color css
<style>
span { border-color: #650355; }
span { border-color: rgb(101,3,85); }
td.TdClassName
{
border-color: #650355;
}
.TagClassName
{
border-color: #650355;
}
</style>