Shades of Tyrian Purple #650C42
Tints of Tyrian Purple #650C42
RGB
CMYK
RGB Variations
Color information
#650C42 (or 0x650C42) is known color: Tyrian Purple. HEX triplet: 65, 0C and 42. RGB value is (101,12,66). Sum of RGB (Red+Green+Blue) = 101+12+66=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #650C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C42 is #9AF3BD. Grayscale: #2C2C2C. Windows color (decimal): -10154942 or 4328549. OLE color: 4328549.
HSL color Cylindrical-coordinate representation of color #650C42: hue angle of 323.6º 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 #650C42 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 66 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.60 |
| HSL | 323.6º | 0.79% | 0.22% | - |
| HSV(B) | 323.6º | 0.88% | 0.4% | - |
| XYZ | 6.48 | 3.42 | 5.47 | - |
| YUV | 44.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 66 | 0 | 0.88 | 0.35 | 0.60 | 323.6 | 0.79 | 0.22 |
| Hex | 65 | C | 42 | 0 | 58 | 23 | 3C | 144 | 4F | 16 |
| Octal | 145 | 14 | 102 | 0 | 130 | 43 | 74 | 504 | 117 | 26 |
| Binary | 1100101 | 1100 | 1000010 | 0 | 1011000 | 100011 | 111100 | 101000100 | 1001111 | 10110 |
Color Harmonies of #650C42
Complementary color
Monochromatic Colors of #650C42
Black with #650C42
Text Example
Text Example
White with #650C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C42; }
p { color: rgb(101,12,66); }
H1.HeaderClassName
{
color: #650C42;
}
.AnyTagClassName
{
color: #650C42;
}
</style>
background-color css
<style>
a { background-color: #650C42; }
a { background-color: rgb(101,12,66); }
div.DivClassName
{
background-color: #650C42;
}
.BgClassName
{
background-color: #650C42;
}
</style>
border-color css
<style>
span { border-color: #650C42; }
span { border-color: rgb(101,12,66); }
td.TdClassName
{
border-color: #650C42;
}
.TagClassName
{
border-color: #650C42;
}
</style>