Shades of Tyrian Purple #65063C
Tints of Tyrian Purple #65063C
RGB
CMYK
RGB Variations
Color information
#65063C (or 0x65063C) is known color: Tyrian Purple. HEX triplet: 65, 06 and 3C. RGB value is (101,6,60). Sum of RGB (Red+Green+Blue) = 101+6+60=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #65063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65063C is #9AF9C3. Grayscale: #282828. Windows color (decimal): -10156484 or 3933797. OLE color: 3933797.
HSL color Cylindrical-coordinate representation of color #65063C: hue angle of 325.89º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65063C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 60 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.60 |
| HSL | 325.89º | 0.89% | 0.21% | - |
| HSV(B) | 325.89º | 0.94% | 0.4% | - |
| XYZ | 6.25 | 3.22 | 4.57 | - |
| YUV | 40.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 60 | 0 | 0.94 | 0.41 | 0.60 | 325.89 | 0.89 | 0.21 |
| Hex | 65 | 6 | 3C | 0 | 5E | 29 | 3C | 146 | 59 | 15 |
| Octal | 145 | 6 | 74 | 0 | 136 | 51 | 74 | 506 | 131 | 25 |
| Binary | 1100101 | 110 | 111100 | 0 | 1011110 | 101001 | 111100 | 101000110 | 1011001 | 10101 |
Color Harmonies of #65063C
Complementary color
Monochromatic Colors of #65063C
Black with #65063C
Text Example
Text Example
White with #65063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65063C; }
p { color: rgb(101,6,60); }
H1.HeaderClassName
{
color: #65063C;
}
.AnyTagClassName
{
color: #65063C;
}
</style>
background-color css
<style>
a { background-color: #65063C; }
a { background-color: rgb(101,6,60); }
div.DivClassName
{
background-color: #65063C;
}
.BgClassName
{
background-color: #65063C;
}
</style>
border-color css
<style>
span { border-color: #65063C; }
span { border-color: rgb(101,6,60); }
td.TdClassName
{
border-color: #65063C;
}
.TagClassName
{
border-color: #65063C;
}
</style>