Shades of Tyrian Purple #650233
Tints of Tyrian Purple #650233
RGB
CMYK
RGB Variations
Color information
#650233 (or 0x650233) is known color: Tyrian Purple. HEX triplet: 65, 02 and 33. RGB value is (101,2,51). Sum of RGB (Red+Green+Blue) = 101+2+51=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #650233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650233 is #9AFDCC. Grayscale: #252525. Windows color (decimal): -10157517 or 3342949. OLE color: 3342949.
HSL color Cylindrical-coordinate representation of color #650233: hue angle of 330.3º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650233 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 51 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.60 |
| HSL | 330.3º | 0.96% | 0.2% | - |
| HSV(B) | 330.3º | 0.98% | 0.4% | - |
| XYZ | 5.99 | 3.05 | 3.41 | - |
| YUV | 37.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 51 | 0 | 0.98 | 0.50 | 0.60 | 330.3 | 0.96 | 0.2 |
| Hex | 65 | 2 | 33 | 0 | 62 | 32 | 3C | 14A | 60 | 14 |
| Octal | 145 | 2 | 63 | 0 | 142 | 62 | 74 | 512 | 140 | 24 |
| Binary | 1100101 | 10 | 110011 | 0 | 1100010 | 110010 | 111100 | 101001010 | 1100000 | 10100 |
Color Harmonies of #650233
Complementary color
Monochromatic Colors of #650233
Black with #650233
Text Example
Text Example
White with #650233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650233; }
p { color: rgb(101,2,51); }
H1.HeaderClassName
{
color: #650233;
}
.AnyTagClassName
{
color: #650233;
}
</style>
background-color css
<style>
a { background-color: #650233; }
a { background-color: rgb(101,2,51); }
div.DivClassName
{
background-color: #650233;
}
.BgClassName
{
background-color: #650233;
}
</style>
border-color css
<style>
span { border-color: #650233; }
span { border-color: rgb(101,2,51); }
td.TdClassName
{
border-color: #650233;
}
.TagClassName
{
border-color: #650233;
}
</style>