Shades of Tyrian Purple #69024A
Tints of Tyrian Purple #69024A
RGB
CMYK
RGB Variations
Color information
#69024A (or 0x69024A) is known color: Tyrian Purple. HEX triplet: 69, 02 and 4A. RGB value is (105,2,74). Sum of RGB (Red+Green+Blue) = 105+2+74=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69024A is #96FDB5. Grayscale: #282828. Windows color (decimal): -9895350 or 4850281. OLE color: 4850281.
HSL color Cylindrical-coordinate representation of color #69024A: hue angle of 318.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69024A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 74 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.59 |
| HSL | 318.06º | 0.96% | 0.21% | - |
| HSV(B) | 318.06º | 0.98% | 0.41% | - |
| XYZ | 7.08 | 3.54 | 6.79 | - |
| YUV | 41.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 74 | 0 | 0.98 | 0.30 | 0.59 | 318.06 | 0.96 | 0.21 |
| Hex | 69 | 2 | 4A | 0 | 62 | 1E | 3B | 13E | 60 | 15 |
| Octal | 151 | 2 | 112 | 0 | 142 | 36 | 73 | 476 | 140 | 25 |
| Binary | 1101001 | 10 | 1001010 | 0 | 1100010 | 11110 | 111011 | 100111110 | 1100000 | 10101 |
Color Harmonies of #69024A
Complementary color
Monochromatic Colors of #69024A
Black with #69024A
Text Example
Text Example
White with #69024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69024A; }
p { color: rgb(105,2,74); }
H1.HeaderClassName
{
color: #69024A;
}
.AnyTagClassName
{
color: #69024A;
}
</style>
background-color css
<style>
a { background-color: #69024A; }
a { background-color: rgb(105,2,74); }
div.DivClassName
{
background-color: #69024A;
}
.BgClassName
{
background-color: #69024A;
}
</style>
border-color css
<style>
span { border-color: #69024A; }
span { border-color: rgb(105,2,74); }
td.TdClassName
{
border-color: #69024A;
}
.TagClassName
{
border-color: #69024A;
}
</style>