Shades of Tyrian Purple #650C2E
Tints of Tyrian Purple #650C2E
RGB
CMYK
RGB Variations
Color information
#650C2E (or 0x650C2E) is known color: Tyrian Purple. HEX triplet: 65, 0C and 2E. RGB value is (101,12,46). Sum of RGB (Red+Green+Blue) = 101+12+46=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #650C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C2E is #9AF3D1. Grayscale: #2A2A2A. Windows color (decimal): -10154962 or 3017829. OLE color: 3017829.
HSL color Cylindrical-coordinate representation of color #650C2E: hue angle of 337.08º 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 #650C2E is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 46 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.60 |
| HSL | 337.08º | 0.79% | 0.22% | - |
| HSV(B) | 337.08º | 0.88% | 0.4% | - |
| XYZ | 5.99 | 3.23 | 2.89 | - |
| YUV | 42.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 46 | 0 | 0.88 | 0.54 | 0.60 | 337.08 | 0.79 | 0.22 |
| Hex | 65 | C | 2E | 0 | 58 | 36 | 3C | 151 | 4F | 16 |
| Octal | 145 | 14 | 56 | 0 | 130 | 66 | 74 | 521 | 117 | 26 |
| Binary | 1100101 | 1100 | 101110 | 0 | 1011000 | 110110 | 111100 | 101010001 | 1001111 | 10110 |
Color Harmonies of #650C2E
Complementary color
Monochromatic Colors of #650C2E
Black with #650C2E
Text Example
Text Example
White with #650C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C2E; }
p { color: rgb(101,12,46); }
H1.HeaderClassName
{
color: #650C2E;
}
.AnyTagClassName
{
color: #650C2E;
}
</style>
background-color css
<style>
a { background-color: #650C2E; }
a { background-color: rgb(101,12,46); }
div.DivClassName
{
background-color: #650C2E;
}
.BgClassName
{
background-color: #650C2E;
}
</style>
border-color css
<style>
span { border-color: #650C2E; }
span { border-color: rgb(101,12,46); }
td.TdClassName
{
border-color: #650C2E;
}
.TagClassName
{
border-color: #650C2E;
}
</style>