Shades of Tyrian Purple #650033
Tints of Tyrian Purple #650033
RGB
CMYK
RGB Variations
Color information
#650033 (or 0x650033) is known color: Tyrian Purple. HEX triplet: 65, 00 and 33. RGB value is (101,0,51). Sum of RGB (Red+Green+Blue) = 101+0+51=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #650033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650033 is #9AFFCC. Grayscale: #232323. Windows color (decimal): -10158029 or 3342437. OLE color: 3342437.
HSL color Cylindrical-coordinate representation of color #650033: hue angle of 329.7º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650033 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.50 | 0.60 |
| HSL | 329.7º | 1% | 0.2% | - |
| HSV(B) | 329.7º | 1% | 0.4% | - |
| XYZ | 5.96 | 3.01 | 3.4 | - |
| YUV | 36.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 51 | 0 | 1 | 0.50 | 0.60 | 329.7 | 1 | 0.2 |
| Hex | 65 | 0 | 33 | 0 | 64 | 32 | 3C | 14A | 64 | 14 |
| Octal | 145 | 0 | 63 | 0 | 144 | 62 | 74 | 512 | 144 | 24 |
| Binary | 1100101 | 0 | 110011 | 0 | 1100100 | 110010 | 111100 | 101001010 | 1100100 | 10100 |
Color Harmonies of #650033
Complementary color
Monochromatic Colors of #650033
Black with #650033
Text Example
Text Example
White with #650033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650033; }
p { color: rgb(101,0,51); }
H1.HeaderClassName
{
color: #650033;
}
.AnyTagClassName
{
color: #650033;
}
</style>
background-color css
<style>
a { background-color: #650033; }
a { background-color: rgb(101,0,51); }
div.DivClassName
{
background-color: #650033;
}
.BgClassName
{
background-color: #650033;
}
</style>
border-color css
<style>
span { border-color: #650033; }
span { border-color: rgb(101,0,51); }
td.TdClassName
{
border-color: #650033;
}
.TagClassName
{
border-color: #650033;
}
</style>