Shades of Tyrian Purple #650F30
Tints of Tyrian Purple #650F30
RGB
CMYK
RGB Variations
Color information
#650F30 (or 0x650F30) is known color: Tyrian Purple. HEX triplet: 65, 0F and 30. RGB value is (101,15,48). Sum of RGB (Red+Green+Blue) = 101+15+48=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #650F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F30 is #9AF0CF. Grayscale: #2C2C2C. Windows color (decimal): -10154192 or 3149669. OLE color: 3149669.
HSL color Cylindrical-coordinate representation of color #650F30: hue angle of 336.98º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F30 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 48 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.60 |
| HSL | 336.98º | 0.74% | 0.23% | - |
| HSV(B) | 336.98º | 0.85% | 0.4% | - |
| XYZ | 6.07 | 3.32 | 3.12 | - |
| YUV | 44.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 48 | 0 | 0.85 | 0.52 | 0.60 | 336.98 | 0.74 | 0.23 |
| Hex | 65 | F | 30 | 0 | 55 | 34 | 3C | 151 | 4A | 17 |
| Octal | 145 | 17 | 60 | 0 | 125 | 64 | 74 | 521 | 112 | 27 |
| Binary | 1100101 | 1111 | 110000 | 0 | 1010101 | 110100 | 111100 | 101010001 | 1001010 | 10111 |
Color Harmonies of #650F30
Complementary color
Monochromatic Colors of #650F30
Black with #650F30
Text Example
Text Example
White with #650F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F30; }
p { color: rgb(101,15,48); }
H1.HeaderClassName
{
color: #650F30;
}
.AnyTagClassName
{
color: #650F30;
}
</style>
background-color css
<style>
a { background-color: #650F30; }
a { background-color: rgb(101,15,48); }
div.DivClassName
{
background-color: #650F30;
}
.BgClassName
{
background-color: #650F30;
}
</style>
border-color css
<style>
span { border-color: #650F30; }
span { border-color: rgb(101,15,48); }
td.TdClassName
{
border-color: #650F30;
}
.TagClassName
{
border-color: #650F30;
}
</style>