Shades of Tyrian Purple #650334
Tints of Tyrian Purple #650334
RGB
CMYK
RGB Variations
Color information
#650334 (or 0x650334) is known color: Tyrian Purple. HEX triplet: 65, 03 and 34. RGB value is (101,3,52). Sum of RGB (Red+Green+Blue) = 101+3+52=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #650334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650334 is #9AFCCB. Grayscale: #252525. Windows color (decimal): -10157260 or 3408741. OLE color: 3408741.
HSL color Cylindrical-coordinate representation of color #650334: hue angle of 330º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650334 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 52 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.60 |
| HSL | 330º | 0.94% | 0.2% | - |
| HSV(B) | 330º | 0.97% | 0.4% | - |
| XYZ | 6.02 | 3.08 | 3.53 | - |
| YUV | 37.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 52 | 0 | 0.97 | 0.49 | 0.60 | 330 | 0.94 | 0.2 |
| Hex | 65 | 3 | 34 | 0 | 61 | 31 | 3C | 14A | 5E | 14 |
| Octal | 145 | 3 | 64 | 0 | 141 | 61 | 74 | 512 | 136 | 24 |
| Binary | 1100101 | 11 | 110100 | 0 | 1100001 | 110001 | 111100 | 101001010 | 1011110 | 10100 |
Color Harmonies of #650334
Complementary color
Monochromatic Colors of #650334
Black with #650334
Text Example
Text Example
White with #650334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650334; }
p { color: rgb(101,3,52); }
H1.HeaderClassName
{
color: #650334;
}
.AnyTagClassName
{
color: #650334;
}
</style>
background-color css
<style>
a { background-color: #650334; }
a { background-color: rgb(101,3,52); }
div.DivClassName
{
background-color: #650334;
}
.BgClassName
{
background-color: #650334;
}
</style>
border-color css
<style>
span { border-color: #650334; }
span { border-color: rgb(101,3,52); }
td.TdClassName
{
border-color: #650334;
}
.TagClassName
{
border-color: #650334;
}
</style>