Shades of Tyrian Purple #650234
Tints of Tyrian Purple #650234
RGB
CMYK
RGB Variations
Color information
#650234 (or 0x650234) is known color: Tyrian Purple. HEX triplet: 65, 02 and 34. RGB value is (101,2,52). Sum of RGB (Red+Green+Blue) = 101+2+52=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #650234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650234 is #9AFDCB. Grayscale: #252525. Windows color (decimal): -10157516 or 3408485. OLE color: 3408485.
HSL color Cylindrical-coordinate representation of color #650234: hue angle of 329.7º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650234 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 52 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.60 |
| HSL | 329.7º | 0.96% | 0.2% | - |
| HSV(B) | 329.7º | 0.98% | 0.4% | - |
| XYZ | 6.01 | 3.06 | 3.52 | - |
| YUV | 37.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 52 | 0 | 0.98 | 0.49 | 0.60 | 329.7 | 0.96 | 0.2 |
| Hex | 65 | 2 | 34 | 0 | 62 | 31 | 3C | 14A | 60 | 14 |
| Octal | 145 | 2 | 64 | 0 | 142 | 61 | 74 | 512 | 140 | 24 |
| Binary | 1100101 | 10 | 110100 | 0 | 1100010 | 110001 | 111100 | 101001010 | 1100000 | 10100 |
Color Harmonies of #650234
Complementary color
Monochromatic Colors of #650234
Black with #650234
Text Example
Text Example
White with #650234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650234; }
p { color: rgb(101,2,52); }
H1.HeaderClassName
{
color: #650234;
}
.AnyTagClassName
{
color: #650234;
}
</style>
background-color css
<style>
a { background-color: #650234; }
a { background-color: rgb(101,2,52); }
div.DivClassName
{
background-color: #650234;
}
.BgClassName
{
background-color: #650234;
}
</style>
border-color css
<style>
span { border-color: #650234; }
span { border-color: rgb(101,2,52); }
td.TdClassName
{
border-color: #650234;
}
.TagClassName
{
border-color: #650234;
}
</style>