Shades of Tyrian Purple #650C31
Tints of Tyrian Purple #650C31
RGB
CMYK
RGB Variations
Color information
#650C31 (or 0x650C31) is known color: Tyrian Purple. HEX triplet: 65, 0C and 31. RGB value is (101,12,49). Sum of RGB (Red+Green+Blue) = 101+12+49=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #650C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C31 is #9AF3CE. Grayscale: #2A2A2A. Windows color (decimal): -10154959 or 3214437. OLE color: 3214437.
HSL color Cylindrical-coordinate representation of color #650C31: hue angle of 335.06º 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 #650C31 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 49 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.60 |
| HSL | 335.06º | 0.79% | 0.22% | - |
| HSV(B) | 335.06º | 0.88% | 0.4% | - |
| XYZ | 6.05 | 3.25 | 3.21 | - |
| YUV | 42.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 49 | 0 | 0.88 | 0.51 | 0.60 | 335.06 | 0.79 | 0.22 |
| Hex | 65 | C | 31 | 0 | 58 | 33 | 3C | 14F | 4F | 16 |
| Octal | 145 | 14 | 61 | 0 | 130 | 63 | 74 | 517 | 117 | 26 |
| Binary | 1100101 | 1100 | 110001 | 0 | 1011000 | 110011 | 111100 | 101001111 | 1001111 | 10110 |
Color Harmonies of #650C31
Complementary color
Monochromatic Colors of #650C31
Black with #650C31
Text Example
Text Example
White with #650C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C31; }
p { color: rgb(101,12,49); }
H1.HeaderClassName
{
color: #650C31;
}
.AnyTagClassName
{
color: #650C31;
}
</style>
background-color css
<style>
a { background-color: #650C31; }
a { background-color: rgb(101,12,49); }
div.DivClassName
{
background-color: #650C31;
}
.BgClassName
{
background-color: #650C31;
}
</style>
border-color css
<style>
span { border-color: #650C31; }
span { border-color: rgb(101,12,49); }
td.TdClassName
{
border-color: #650C31;
}
.TagClassName
{
border-color: #650C31;
}
</style>