Shades of Tyrian Purple #650028
Tints of Tyrian Purple #650028
RGB
CMYK
RGB Variations
Color information
#650028 (or 0x650028) is known color: Tyrian Purple. HEX triplet: 65, 00 and 28. RGB value is (101,0,40). Sum of RGB (Red+Green+Blue) = 101+0+40=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650028 is #9AFFD7. Grayscale: #222222. Windows color (decimal): -10158040 or 2621541. OLE color: 2621541.
HSL color Cylindrical-coordinate representation of color #650028: hue angle of 336.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650028 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.60 | 0.60 |
| HSL | 336.24º | 1% | 0.2% | - |
| HSV(B) | 336.24º | 1% | 0.4% | - |
| XYZ | 5.75 | 2.92 | 2.27 | - |
| YUV | 34.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 40 | 0 | 1 | 0.60 | 0.60 | 336.24 | 1 | 0.2 |
| Hex | 65 | 0 | 28 | 0 | 64 | 3C | 3C | 150 | 64 | 14 |
| Octal | 145 | 0 | 50 | 0 | 144 | 74 | 74 | 520 | 144 | 24 |
| Binary | 1100101 | 0 | 101000 | 0 | 1100100 | 111100 | 111100 | 101010000 | 1100100 | 10100 |
Color Harmonies of #650028
Complementary color
Monochromatic Colors of #650028
Black with #650028
Text Example
Text Example
White with #650028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650028; }
p { color: rgb(101,0,40); }
H1.HeaderClassName
{
color: #650028;
}
.AnyTagClassName
{
color: #650028;
}
</style>
background-color css
<style>
a { background-color: #650028; }
a { background-color: rgb(101,0,40); }
div.DivClassName
{
background-color: #650028;
}
.BgClassName
{
background-color: #650028;
}
</style>
border-color css
<style>
span { border-color: #650028; }
span { border-color: rgb(101,0,40); }
td.TdClassName
{
border-color: #650028;
}
.TagClassName
{
border-color: #650028;
}
</style>