Shades of Tyrian Purple #650253
Tints of Tyrian Purple #650253
RGB
CMYK
RGB Variations
Color information
#650253 (or 0x650253) is known color: Tyrian Purple. HEX triplet: 65, 02 and 53. RGB value is (101,2,83). Sum of RGB (Red+Green+Blue) = 101+2+83=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #650253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650253 is #9AFDAC. Grayscale: #282828. Windows color (decimal): -10157485 or 5440101. OLE color: 5440101.
HSL color Cylindrical-coordinate representation of color #650253: hue angle of 310.91º 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 #650253 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.60 |
| HSL | 310.91º | 0.96% | 0.2% | - |
| HSV(B) | 310.91º | 0.98% | 0.4% | - |
| XYZ | 6.95 | 3.43 | 8.48 | - |
| YUV | 40.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 83 | 0 | 0.98 | 0.18 | 0.60 | 310.91 | 0.96 | 0.2 |
| Hex | 65 | 2 | 53 | 0 | 62 | 12 | 3C | 137 | 60 | 14 |
| Octal | 145 | 2 | 123 | 0 | 142 | 22 | 74 | 467 | 140 | 24 |
| Binary | 1100101 | 10 | 1010011 | 0 | 1100010 | 10010 | 111100 | 100110111 | 1100000 | 10100 |
Color Harmonies of #650253
Complementary color
Monochromatic Colors of #650253
Black with #650253
Text Example
Text Example
White with #650253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650253; }
p { color: rgb(101,2,83); }
H1.HeaderClassName
{
color: #650253;
}
.AnyTagClassName
{
color: #650253;
}
</style>
background-color css
<style>
a { background-color: #650253; }
a { background-color: rgb(101,2,83); }
div.DivClassName
{
background-color: #650253;
}
.BgClassName
{
background-color: #650253;
}
</style>
border-color css
<style>
span { border-color: #650253; }
span { border-color: rgb(101,2,83); }
td.TdClassName
{
border-color: #650253;
}
.TagClassName
{
border-color: #650253;
}
</style>