Shades of Tyrian Purple #65062C
Tints of Tyrian Purple #65062C
RGB
CMYK
RGB Variations
Color information
#65062C (or 0x65062C) is known color: Tyrian Purple. HEX triplet: 65, 06 and 2C. RGB value is (101,6,44). Sum of RGB (Red+Green+Blue) = 101+6+44=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062C is #9AF9D3. Grayscale: #262626. Windows color (decimal): -10156500 or 2885221. OLE color: 2885221.
HSL color Cylindrical-coordinate representation of color #65062C: hue angle of 336º 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 #65062C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 44 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.60 |
| HSL | 336º | 0.89% | 0.21% | - |
| HSV(B) | 336º | 0.94% | 0.4% | - |
| XYZ | 5.89 | 3.08 | 2.67 | - |
| YUV | 38.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 44 | 0 | 0.94 | 0.56 | 0.60 | 336 | 0.89 | 0.21 |
| Hex | 65 | 6 | 2C | 0 | 5E | 38 | 3C | 150 | 59 | 15 |
| Octal | 145 | 6 | 54 | 0 | 136 | 70 | 74 | 520 | 131 | 25 |
| Binary | 1100101 | 110 | 101100 | 0 | 1011110 | 111000 | 111100 | 101010000 | 1011001 | 10101 |
Color Harmonies of #65062C
Complementary color
Monochromatic Colors of #65062C
Black with #65062C
Text Example
Text Example
White with #65062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65062C; }
p { color: rgb(101,6,44); }
H1.HeaderClassName
{
color: #65062C;
}
.AnyTagClassName
{
color: #65062C;
}
</style>
background-color css
<style>
a { background-color: #65062C; }
a { background-color: rgb(101,6,44); }
div.DivClassName
{
background-color: #65062C;
}
.BgClassName
{
background-color: #65062C;
}
</style>
border-color css
<style>
span { border-color: #65062C; }
span { border-color: rgb(101,6,44); }
td.TdClassName
{
border-color: #65062C;
}
.TagClassName
{
border-color: #65062C;
}
</style>