Shades of Tyrian Purple #650528
Tints of Tyrian Purple #650528
RGB
CMYK
RGB Variations
Color information
#650528 (or 0x650528) is known color: Tyrian Purple. HEX triplet: 65, 05 and 28. RGB value is (101,5,40). Sum of RGB (Red+Green+Blue) = 101+5+40=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #650528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650528 is #9AFAD7. Grayscale: #252525. Windows color (decimal): -10156760 or 2622821. OLE color: 2622821.
HSL color Cylindrical-coordinate representation of color #650528: hue angle of 338.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650528 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 5 | 40 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.60 |
| HSL | 338.13º | 0.91% | 0.21% | - |
| HSV(B) | 338.13º | 0.95% | 0.4% | - |
| XYZ | 5.8 | 3.03 | 2.29 | - |
| YUV | 37.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 40 | 0 | 0.95 | 0.60 | 0.60 | 338.13 | 0.91 | 0.21 |
| Hex | 65 | 5 | 28 | 0 | 5F | 3C | 3C | 152 | 5B | 15 |
| Octal | 145 | 5 | 50 | 0 | 137 | 74 | 74 | 522 | 133 | 25 |
| Binary | 1100101 | 101 | 101000 | 0 | 1011111 | 111100 | 111100 | 101010010 | 1011011 | 10101 |
Color Harmonies of #650528
Complementary color
Monochromatic Colors of #650528
Black with #650528
Text Example
Text Example
White with #650528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650528; }
p { color: rgb(101,5,40); }
H1.HeaderClassName
{
color: #650528;
}
.AnyTagClassName
{
color: #650528;
}
</style>
background-color css
<style>
a { background-color: #650528; }
a { background-color: rgb(101,5,40); }
div.DivClassName
{
background-color: #650528;
}
.BgClassName
{
background-color: #650528;
}
</style>
border-color css
<style>
span { border-color: #650528; }
span { border-color: rgb(101,5,40); }
td.TdClassName
{
border-color: #650528;
}
.TagClassName
{
border-color: #650528;
}
</style>