Shades of Tyrian Purple #650952
Tints of Tyrian Purple #650952
RGB
CMYK
RGB Variations
Color information
#650952 (or 0x650952) is known color: Tyrian Purple. HEX triplet: 65, 09 and 52. RGB value is (101,9,82). Sum of RGB (Red+Green+Blue) = 101+9+82=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #650952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650952 is #9AF6AD. Grayscale: #2C2C2C. Windows color (decimal): -10155694 or 5376357. OLE color: 5376357.
HSL color Cylindrical-coordinate representation of color #650952: hue angle of 312.39º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650952 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 82 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.60 |
| HSL | 312.39º | 0.84% | 0.22% | - |
| HSV(B) | 312.39º | 0.91% | 0.4% | - |
| XYZ | 6.99 | 3.57 | 8.3 | - |
| YUV | 44.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 82 | 0 | 0.91 | 0.19 | 0.60 | 312.39 | 0.84 | 0.22 |
| Hex | 65 | 9 | 52 | 0 | 5B | 13 | 3C | 138 | 54 | 16 |
| Octal | 145 | 11 | 122 | 0 | 133 | 23 | 74 | 470 | 124 | 26 |
| Binary | 1100101 | 1001 | 1010010 | 0 | 1011011 | 10011 | 111100 | 100111000 | 1010100 | 10110 |
Color Harmonies of #650952
Complementary color
Monochromatic Colors of #650952
Black with #650952
Text Example
Text Example
White with #650952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650952; }
p { color: rgb(101,9,82); }
H1.HeaderClassName
{
color: #650952;
}
.AnyTagClassName
{
color: #650952;
}
</style>
background-color css
<style>
a { background-color: #650952; }
a { background-color: rgb(101,9,82); }
div.DivClassName
{
background-color: #650952;
}
.BgClassName
{
background-color: #650952;
}
</style>
border-color css
<style>
span { border-color: #650952; }
span { border-color: rgb(101,9,82); }
td.TdClassName
{
border-color: #650952;
}
.TagClassName
{
border-color: #650952;
}
</style>