Shades of Tyrian Purple #650127
Tints of Tyrian Purple #650127
RGB
CMYK
RGB Variations
Color information
#650127 (or 0x650127) is known color: Tyrian Purple. HEX triplet: 65, 01 and 27. RGB value is (101,1,39). Sum of RGB (Red+Green+Blue) = 101+1+39=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650127 is #9AFED8. Grayscale: #232323. Windows color (decimal): -10157785 or 2556261. OLE color: 2556261.
HSL color Cylindrical-coordinate representation of color #650127: hue angle of 337.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650127 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.60 |
| HSL | 337.2º | 0.98% | 0.2% | - |
| HSV(B) | 337.2º | 0.99% | 0.4% | - |
| XYZ | 5.74 | 2.93 | 2.18 | - |
| YUV | 35.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 39 | 0 | 0.99 | 0.61 | 0.60 | 337.2 | 0.98 | 0.2 |
| Hex | 65 | 1 | 27 | 0 | 63 | 3D | 3C | 151 | 62 | 14 |
| Octal | 145 | 1 | 47 | 0 | 143 | 75 | 74 | 521 | 142 | 24 |
| Binary | 1100101 | 1 | 100111 | 0 | 1100011 | 111101 | 111100 | 101010001 | 1100010 | 10100 |
Color Harmonies of #650127
Complementary color
Monochromatic Colors of #650127
Black with #650127
Text Example
Text Example
White with #650127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650127; }
p { color: rgb(101,1,39); }
H1.HeaderClassName
{
color: #650127;
}
.AnyTagClassName
{
color: #650127;
}
</style>
background-color css
<style>
a { background-color: #650127; }
a { background-color: rgb(101,1,39); }
div.DivClassName
{
background-color: #650127;
}
.BgClassName
{
background-color: #650127;
}
</style>
border-color css
<style>
span { border-color: #650127; }
span { border-color: rgb(101,1,39); }
td.TdClassName
{
border-color: #650127;
}
.TagClassName
{
border-color: #650127;
}
</style>