Shades of Tyrian Purple #650C37
Tints of Tyrian Purple #650C37
RGB
CMYK
RGB Variations
Color information
#650C37 (or 0x650C37) is known color: Tyrian Purple. HEX triplet: 65, 0C and 37. RGB value is (101,12,55). Sum of RGB (Red+Green+Blue) = 101+12+55=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #650C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C37 is #9AF3C8. Grayscale: #2B2B2B. Windows color (decimal): -10154953 or 3607653. OLE color: 3607653.
HSL color Cylindrical-coordinate representation of color #650C37: hue angle of 331.01º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C37 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 55 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.60 |
| HSL | 331.01º | 0.79% | 0.22% | - |
| HSV(B) | 331.01º | 0.88% | 0.4% | - |
| XYZ | 6.19 | 3.31 | 3.93 | - |
| YUV | 43.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 55 | 0 | 0.88 | 0.46 | 0.60 | 331.01 | 0.79 | 0.22 |
| Hex | 65 | C | 37 | 0 | 58 | 2E | 3C | 14B | 4F | 16 |
| Octal | 145 | 14 | 67 | 0 | 130 | 56 | 74 | 513 | 117 | 26 |
| Binary | 1100101 | 1100 | 110111 | 0 | 1011000 | 101110 | 111100 | 101001011 | 1001111 | 10110 |
Color Harmonies of #650C37
Complementary color
Monochromatic Colors of #650C37
Black with #650C37
Text Example
Text Example
White with #650C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C37; }
p { color: rgb(101,12,55); }
H1.HeaderClassName
{
color: #650C37;
}
.AnyTagClassName
{
color: #650C37;
}
</style>
background-color css
<style>
a { background-color: #650C37; }
a { background-color: rgb(101,12,55); }
div.DivClassName
{
background-color: #650C37;
}
.BgClassName
{
background-color: #650C37;
}
</style>
border-color css
<style>
span { border-color: #650C37; }
span { border-color: rgb(101,12,55); }
td.TdClassName
{
border-color: #650C37;
}
.TagClassName
{
border-color: #650C37;
}
</style>