Shades of Tyrian Purple #650328
Tints of Tyrian Purple #650328
RGB
CMYK
RGB Variations
Color information
#650328 (or 0x650328) is known color: Tyrian Purple. HEX triplet: 65, 03 and 28. RGB value is (101,3,40). Sum of RGB (Red+Green+Blue) = 101+3+40=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650328 is #9AFCD7. Grayscale: #242424. Windows color (decimal): -10157272 or 2622309. OLE color: 2622309.
HSL color Cylindrical-coordinate representation of color #650328: hue angle of 337.35º 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 #650328 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 40 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.60 |
| HSL | 337.35º | 0.94% | 0.2% | - |
| HSV(B) | 337.35º | 0.97% | 0.4% | - |
| XYZ | 5.78 | 2.99 | 2.28 | - |
| YUV | 36.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 40 | 0 | 0.97 | 0.60 | 0.60 | 337.35 | 0.94 | 0.2 |
| Hex | 65 | 3 | 28 | 0 | 61 | 3C | 3C | 151 | 5E | 14 |
| Octal | 145 | 3 | 50 | 0 | 141 | 74 | 74 | 521 | 136 | 24 |
| Binary | 1100101 | 11 | 101000 | 0 | 1100001 | 111100 | 111100 | 101010001 | 1011110 | 10100 |
Color Harmonies of #650328
Complementary color
Monochromatic Colors of #650328
Black with #650328
Text Example
Text Example
White with #650328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650328; }
p { color: rgb(101,3,40); }
H1.HeaderClassName
{
color: #650328;
}
.AnyTagClassName
{
color: #650328;
}
</style>
background-color css
<style>
a { background-color: #650328; }
a { background-color: rgb(101,3,40); }
div.DivClassName
{
background-color: #650328;
}
.BgClassName
{
background-color: #650328;
}
</style>
border-color css
<style>
span { border-color: #650328; }
span { border-color: rgb(101,3,40); }
td.TdClassName
{
border-color: #650328;
}
.TagClassName
{
border-color: #650328;
}
</style>