Shades of Tyrian Purple #65003C
Tints of Tyrian Purple #65003C
RGB
CMYK
RGB Variations
Color information
#65003C (or 0x65003C) is known color: Tyrian Purple. HEX triplet: 65, 00 and 3C. RGB value is (101,0,60). Sum of RGB (Red+Green+Blue) = 101+0+60=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65003C is #9AFFC3. Grayscale: #242424. Windows color (decimal): -10158020 or 3932261. OLE color: 3932261.
HSL color Cylindrical-coordinate representation of color #65003C: hue angle of 324.36º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65003C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.41 | 0.60 |
| HSL | 324.36º | 1% | 0.2% | - |
| HSV(B) | 324.36º | 1% | 0.4% | - |
| XYZ | 6.18 | 3.09 | 4.55 | - |
| YUV | 37.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 60 | 0 | 1 | 0.41 | 0.60 | 324.36 | 1 | 0.2 |
| Hex | 65 | 0 | 3C | 0 | 64 | 29 | 3C | 144 | 64 | 14 |
| Octal | 145 | 0 | 74 | 0 | 144 | 51 | 74 | 504 | 144 | 24 |
| Binary | 1100101 | 0 | 111100 | 0 | 1100100 | 101001 | 111100 | 101000100 | 1100100 | 10100 |
Color Harmonies of #65003C
Complementary color
Monochromatic Colors of #65003C
Black with #65003C
Text Example
Text Example
White with #65003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65003C; }
p { color: rgb(101,0,60); }
H1.HeaderClassName
{
color: #65003C;
}
.AnyTagClassName
{
color: #65003C;
}
</style>
background-color css
<style>
a { background-color: #65003C; }
a { background-color: rgb(101,0,60); }
div.DivClassName
{
background-color: #65003C;
}
.BgClassName
{
background-color: #65003C;
}
</style>
border-color css
<style>
span { border-color: #65003C; }
span { border-color: rgb(101,0,60); }
td.TdClassName
{
border-color: #65003C;
}
.TagClassName
{
border-color: #65003C;
}
</style>