Shades of Tyrian Purple #650B42
Tints of Tyrian Purple #650B42
RGB
CMYK
RGB Variations
Color information
#650B42 (or 0x650B42) is known color: Tyrian Purple. HEX triplet: 65, 0B and 42. RGB value is (101,11,66). Sum of RGB (Red+Green+Blue) = 101+11+66=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #650B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650B42 is #9AF4BD. Grayscale: #2C2C2C. Windows color (decimal): -10155198 or 4328293. OLE color: 4328293.
HSL color Cylindrical-coordinate representation of color #650B42: hue angle of 323.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B42 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 66 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.60 |
| HSL | 323.33º | 0.8% | 0.22% | - |
| HSV(B) | 323.33º | 0.89% | 0.4% | - |
| XYZ | 6.47 | 3.4 | 5.47 | - |
| YUV | 44.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 66 | 0 | 0.89 | 0.35 | 0.60 | 323.33 | 0.8 | 0.22 |
| Hex | 65 | B | 42 | 0 | 59 | 23 | 3C | 143 | 50 | 16 |
| Octal | 145 | 13 | 102 | 0 | 131 | 43 | 74 | 503 | 120 | 26 |
| Binary | 1100101 | 1011 | 1000010 | 0 | 1011001 | 100011 | 111100 | 101000011 | 1010000 | 10110 |
Color Harmonies of #650B42
Complementary color
Monochromatic Colors of #650B42
Black with #650B42
Text Example
Text Example
White with #650B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B42; }
p { color: rgb(101,11,66); }
H1.HeaderClassName
{
color: #650B42;
}
.AnyTagClassName
{
color: #650B42;
}
</style>
background-color css
<style>
a { background-color: #650B42; }
a { background-color: rgb(101,11,66); }
div.DivClassName
{
background-color: #650B42;
}
.BgClassName
{
background-color: #650B42;
}
</style>
border-color css
<style>
span { border-color: #650B42; }
span { border-color: rgb(101,11,66); }
td.TdClassName
{
border-color: #650B42;
}
.TagClassName
{
border-color: #650B42;
}
</style>