Shades of Tyrian Purple #65072F
Tints of Tyrian Purple #65072F
RGB
CMYK
RGB Variations
Color information
#65072F (or 0x65072F) is known color: Tyrian Purple. HEX triplet: 65, 07 and 2F. RGB value is (101,7,47). Sum of RGB (Red+Green+Blue) = 101+7+47=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #65072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65072F is #9AF8D0. Grayscale: #272727. Windows color (decimal): -10156241 or 3082085. OLE color: 3082085.
HSL color Cylindrical-coordinate representation of color #65072F: hue angle of 334.47º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65072F is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 47 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.60 |
| HSL | 334.47º | 0.87% | 0.21% | - |
| HSV(B) | 334.47º | 0.93% | 0.4% | - |
| XYZ | 5.96 | 3.12 | 2.98 | - |
| YUV | 39.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 47 | 0 | 0.93 | 0.53 | 0.60 | 334.47 | 0.87 | 0.21 |
| Hex | 65 | 7 | 2F | 0 | 5D | 35 | 3C | 14E | 57 | 15 |
| Octal | 145 | 7 | 57 | 0 | 135 | 65 | 74 | 516 | 127 | 25 |
| Binary | 1100101 | 111 | 101111 | 0 | 1011101 | 110101 | 111100 | 101001110 | 1010111 | 10101 |
Color Harmonies of #65072F
Complementary color
Monochromatic Colors of #65072F
Black with #65072F
Text Example
Text Example
White with #65072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65072F; }
p { color: rgb(101,7,47); }
H1.HeaderClassName
{
color: #65072F;
}
.AnyTagClassName
{
color: #65072F;
}
</style>
background-color css
<style>
a { background-color: #65072F; }
a { background-color: rgb(101,7,47); }
div.DivClassName
{
background-color: #65072F;
}
.BgClassName
{
background-color: #65072F;
}
</style>
border-color css
<style>
span { border-color: #65072F; }
span { border-color: rgb(101,7,47); }
td.TdClassName
{
border-color: #65072F;
}
.TagClassName
{
border-color: #65072F;
}
</style>