Shades of Tyrian Purple #690B30
Tints of Tyrian Purple #690B30
RGB
CMYK
RGB Variations
Color information
#690B30 (or 0x690B30) is known color: Tyrian Purple. HEX triplet: 69, 0B and 30. RGB value is (105,11,48). Sum of RGB (Red+Green+Blue) = 105+11+48=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #690B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B30 is #96F4CF. Grayscale: #2B2B2B. Windows color (decimal): -9893072 or 3148649. OLE color: 3148649.
HSL color Cylindrical-coordinate representation of color #690B30: hue angle of 336.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B30 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 48 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.59 |
| HSL | 336.38º | 0.81% | 0.23% | - |
| HSV(B) | 336.38º | 0.9% | 0.41% | - |
| XYZ | 6.48 | 3.46 | 3.12 | - |
| YUV | 43.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 48 | 0 | 0.90 | 0.54 | 0.59 | 336.38 | 0.81 | 0.23 |
| Hex | 69 | B | 30 | 0 | 5A | 36 | 3B | 150 | 51 | 17 |
| Octal | 151 | 13 | 60 | 0 | 132 | 66 | 73 | 520 | 121 | 27 |
| Binary | 1101001 | 1011 | 110000 | 0 | 1011010 | 110110 | 111011 | 101010000 | 1010001 | 10111 |
Color Harmonies of #690B30
Complementary color
Monochromatic Colors of #690B30
Black with #690B30
Text Example
Text Example
White with #690B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B30; }
p { color: rgb(105,11,48); }
H1.HeaderClassName
{
color: #690B30;
}
.AnyTagClassName
{
color: #690B30;
}
</style>
background-color css
<style>
a { background-color: #690B30; }
a { background-color: rgb(105,11,48); }
div.DivClassName
{
background-color: #690B30;
}
.BgClassName
{
background-color: #690B30;
}
</style>
border-color css
<style>
span { border-color: #690B30; }
span { border-color: rgb(105,11,48); }
td.TdClassName
{
border-color: #690B30;
}
.TagClassName
{
border-color: #690B30;
}
</style>