Shades of Tyrian Purple #65043B
Tints of Tyrian Purple #65043B
RGB
CMYK
RGB Variations
Color information
#65043B (or 0x65043B) is known color: Tyrian Purple. HEX triplet: 65, 04 and 3B. RGB value is (101,4,59). Sum of RGB (Red+Green+Blue) = 101+4+59=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65043B is #9AFBC4. Grayscale: #272727. Windows color (decimal): -10156997 or 3867749. OLE color: 3867749.
HSL color Cylindrical-coordinate representation of color #65043B: hue angle of 325.98º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65043B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 59 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.60 |
| HSL | 325.98º | 0.92% | 0.21% | - |
| HSV(B) | 325.98º | 0.96% | 0.4% | - |
| XYZ | 6.2 | 3.17 | 4.42 | - |
| YUV | 39.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 59 | 0 | 0.96 | 0.42 | 0.60 | 325.98 | 0.92 | 0.21 |
| Hex | 65 | 4 | 3B | 0 | 60 | 2A | 3C | 146 | 5C | 15 |
| Octal | 145 | 4 | 73 | 0 | 140 | 52 | 74 | 506 | 134 | 25 |
| Binary | 1100101 | 100 | 111011 | 0 | 1100000 | 101010 | 111100 | 101000110 | 1011100 | 10101 |
Color Harmonies of #65043B
Complementary color
Monochromatic Colors of #65043B
Black with #65043B
Text Example
Text Example
White with #65043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65043B; }
p { color: rgb(101,4,59); }
H1.HeaderClassName
{
color: #65043B;
}
.AnyTagClassName
{
color: #65043B;
}
</style>
background-color css
<style>
a { background-color: #65043B; }
a { background-color: rgb(101,4,59); }
div.DivClassName
{
background-color: #65043B;
}
.BgClassName
{
background-color: #65043B;
}
</style>
border-color css
<style>
span { border-color: #65043B; }
span { border-color: rgb(101,4,59); }
td.TdClassName
{
border-color: #65043B;
}
.TagClassName
{
border-color: #65043B;
}
</style>