Shades of Tyrian Purple #650752
Tints of Tyrian Purple #650752
RGB
CMYK
RGB Variations
Color information
#650752 (or 0x650752) is known color: Tyrian Purple. HEX triplet: 65, 07 and 52. RGB value is (101,7,82). Sum of RGB (Red+Green+Blue) = 101+7+82=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #650752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650752 is #9AF8AD. Grayscale: #2B2B2B. Windows color (decimal): -10156206 or 5375845. OLE color: 5375845.
HSL color Cylindrical-coordinate representation of color #650752: hue angle of 312.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650752 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 82 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.60 |
| HSL | 312.13º | 0.87% | 0.21% | - |
| HSV(B) | 312.13º | 0.93% | 0.4% | - |
| XYZ | 6.97 | 3.53 | 8.3 | - |
| YUV | 43.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 82 | 0 | 0.93 | 0.19 | 0.60 | 312.13 | 0.87 | 0.21 |
| Hex | 65 | 7 | 52 | 0 | 5D | 13 | 3C | 138 | 57 | 15 |
| Octal | 145 | 7 | 122 | 0 | 135 | 23 | 74 | 470 | 127 | 25 |
| Binary | 1100101 | 111 | 1010010 | 0 | 1011101 | 10011 | 111100 | 100111000 | 1010111 | 10101 |
Color Harmonies of #650752
Complementary color
Monochromatic Colors of #650752
Black with #650752
Text Example
Text Example
White with #650752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650752; }
p { color: rgb(101,7,82); }
H1.HeaderClassName
{
color: #650752;
}
.AnyTagClassName
{
color: #650752;
}
</style>
background-color css
<style>
a { background-color: #650752; }
a { background-color: rgb(101,7,82); }
div.DivClassName
{
background-color: #650752;
}
.BgClassName
{
background-color: #650752;
}
</style>
border-color css
<style>
span { border-color: #650752; }
span { border-color: rgb(101,7,82); }
td.TdClassName
{
border-color: #650752;
}
.TagClassName
{
border-color: #650752;
}
</style>