Shades of Tyrian Purple #650B43
Tints of Tyrian Purple #650B43
RGB
CMYK
RGB Variations
Color information
#650B43 (or 0x650B43) is known color: Tyrian Purple. HEX triplet: 65, 0B and 43. RGB value is (101,11,67). Sum of RGB (Red+Green+Blue) = 101+11+67=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #650B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650B43 is #9AF4BC. Grayscale: #2C2C2C. Windows color (decimal): -10155197 or 4393829. OLE color: 4393829.
HSL color Cylindrical-coordinate representation of color #650B43: hue angle of 322.67º 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 #650B43 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 67 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.60 |
| HSL | 322.67º | 0.8% | 0.22% | - |
| HSV(B) | 322.67º | 0.89% | 0.4% | - |
| XYZ | 6.5 | 3.41 | 5.63 | - |
| YUV | 44.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 67 | 0 | 0.89 | 0.34 | 0.60 | 322.67 | 0.8 | 0.22 |
| Hex | 65 | B | 43 | 0 | 59 | 22 | 3C | 143 | 50 | 16 |
| Octal | 145 | 13 | 103 | 0 | 131 | 42 | 74 | 503 | 120 | 26 |
| Binary | 1100101 | 1011 | 1000011 | 0 | 1011001 | 100010 | 111100 | 101000011 | 1010000 | 10110 |
Color Harmonies of #650B43
Complementary color
Monochromatic Colors of #650B43
Black with #650B43
Text Example
Text Example
White with #650B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B43; }
p { color: rgb(101,11,67); }
H1.HeaderClassName
{
color: #650B43;
}
.AnyTagClassName
{
color: #650B43;
}
</style>
background-color css
<style>
a { background-color: #650B43; }
a { background-color: rgb(101,11,67); }
div.DivClassName
{
background-color: #650B43;
}
.BgClassName
{
background-color: #650B43;
}
</style>
border-color css
<style>
span { border-color: #650B43; }
span { border-color: rgb(101,11,67); }
td.TdClassName
{
border-color: #650B43;
}
.TagClassName
{
border-color: #650B43;
}
</style>