Shades of Tyrian Purple #650C30
Tints of Tyrian Purple #650C30
RGB
CMYK
RGB Variations
Color information
#650C30 (or 0x650C30) is known color: Tyrian Purple. HEX triplet: 65, 0C and 30. RGB value is (101,12,48). Sum of RGB (Red+Green+Blue) = 101+12+48=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #650C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C30 is #9AF3CF. Grayscale: #2A2A2A. Windows color (decimal): -10154960 or 3148901. OLE color: 3148901.
HSL color Cylindrical-coordinate representation of color #650C30: hue angle of 335.73º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C30 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 48 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.60 |
| HSL | 335.73º | 0.79% | 0.22% | - |
| HSV(B) | 335.73º | 0.88% | 0.4% | - |
| XYZ | 6.03 | 3.24 | 3.1 | - |
| YUV | 42.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 48 | 0 | 0.88 | 0.52 | 0.60 | 335.73 | 0.79 | 0.22 |
| Hex | 65 | C | 30 | 0 | 58 | 34 | 3C | 150 | 4F | 16 |
| Octal | 145 | 14 | 60 | 0 | 130 | 64 | 74 | 520 | 117 | 26 |
| Binary | 1100101 | 1100 | 110000 | 0 | 1011000 | 110100 | 111100 | 101010000 | 1001111 | 10110 |
Color Harmonies of #650C30
Complementary color
Monochromatic Colors of #650C30
Black with #650C30
Text Example
Text Example
White with #650C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C30; }
p { color: rgb(101,12,48); }
H1.HeaderClassName
{
color: #650C30;
}
.AnyTagClassName
{
color: #650C30;
}
</style>
background-color css
<style>
a { background-color: #650C30; }
a { background-color: rgb(101,12,48); }
div.DivClassName
{
background-color: #650C30;
}
.BgClassName
{
background-color: #650C30;
}
</style>
border-color css
<style>
span { border-color: #650C30; }
span { border-color: rgb(101,12,48); }
td.TdClassName
{
border-color: #650C30;
}
.TagClassName
{
border-color: #650C30;
}
</style>