Shades of Tyrian Purple #650A30
Tints of Tyrian Purple #650A30
RGB
CMYK
RGB Variations
Color information
#650A30 (or 0x650A30) is known color: Tyrian Purple. HEX triplet: 65, 0A and 30. RGB value is (101,10,48). Sum of RGB (Red+Green+Blue) = 101+10+48=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #650A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A30 is #9AF5CF. Grayscale: #292929. Windows color (decimal): -10155472 or 3148389. OLE color: 3148389.
HSL color Cylindrical-coordinate representation of color #650A30: hue angle of 334.95º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A30 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 10 | 48 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.60 |
| HSL | 334.95º | 0.82% | 0.22% | - |
| HSV(B) | 334.95º | 0.9% | 0.4% | - |
| XYZ | 6.01 | 3.2 | 3.1 | - |
| YUV | 41.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 48 | 0 | 0.90 | 0.52 | 0.60 | 334.95 | 0.82 | 0.22 |
| Hex | 65 | A | 30 | 0 | 5A | 34 | 3C | 14F | 52 | 16 |
| Octal | 145 | 12 | 60 | 0 | 132 | 64 | 74 | 517 | 122 | 26 |
| Binary | 1100101 | 1010 | 110000 | 0 | 1011010 | 110100 | 111100 | 101001111 | 1010010 | 10110 |
Color Harmonies of #650A30
Complementary color
Monochromatic Colors of #650A30
Black with #650A30
Text Example
Text Example
White with #650A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A30; }
p { color: rgb(101,10,48); }
H1.HeaderClassName
{
color: #650A30;
}
.AnyTagClassName
{
color: #650A30;
}
</style>
background-color css
<style>
a { background-color: #650A30; }
a { background-color: rgb(101,10,48); }
div.DivClassName
{
background-color: #650A30;
}
.BgClassName
{
background-color: #650A30;
}
</style>
border-color css
<style>
span { border-color: #650A30; }
span { border-color: rgb(101,10,48); }
td.TdClassName
{
border-color: #650A30;
}
.TagClassName
{
border-color: #650A30;
}
</style>