Shades of Tyrian Purple #65074F
Tints of Tyrian Purple #65074F
RGB
CMYK
RGB Variations
Color information
#65074F (or 0x65074F) is known color: Tyrian Purple. HEX triplet: 65, 07 and 4F. RGB value is (101,7,79). Sum of RGB (Red+Green+Blue) = 101+7+79=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65074F is #9AF8B0. Grayscale: #2B2B2B. Windows color (decimal): -10156209 or 5179237. OLE color: 5179237.
HSL color Cylindrical-coordinate representation of color #65074F: hue angle of 314.04º 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 #65074F is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 79 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.60 |
| HSL | 314.04º | 0.87% | 0.21% | - |
| HSV(B) | 314.04º | 0.93% | 0.4% | - |
| XYZ | 6.85 | 3.48 | 7.71 | - |
| YUV | 43.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 79 | 0 | 0.93 | 0.22 | 0.60 | 314.04 | 0.87 | 0.21 |
| Hex | 65 | 7 | 4F | 0 | 5D | 16 | 3C | 13A | 57 | 15 |
| Octal | 145 | 7 | 117 | 0 | 135 | 26 | 74 | 472 | 127 | 25 |
| Binary | 1100101 | 111 | 1001111 | 0 | 1011101 | 10110 | 111100 | 100111010 | 1010111 | 10101 |
Color Harmonies of #65074F
Complementary color
Monochromatic Colors of #65074F
Black with #65074F
Text Example
Text Example
White with #65074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65074F; }
p { color: rgb(101,7,79); }
H1.HeaderClassName
{
color: #65074F;
}
.AnyTagClassName
{
color: #65074F;
}
</style>
background-color css
<style>
a { background-color: #65074F; }
a { background-color: rgb(101,7,79); }
div.DivClassName
{
background-color: #65074F;
}
.BgClassName
{
background-color: #65074F;
}
</style>
border-color css
<style>
span { border-color: #65074F; }
span { border-color: rgb(101,7,79); }
td.TdClassName
{
border-color: #65074F;
}
.TagClassName
{
border-color: #65074F;
}
</style>