Shades of Tyrian Purple #69023D
Tints of Tyrian Purple #69023D
RGB
CMYK
RGB Variations
Color information
#69023D (or 0x69023D) is known color: Tyrian Purple. HEX triplet: 69, 02 and 3D. RGB value is (105,2,61). Sum of RGB (Red+Green+Blue) = 105+2+61=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #69023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69023D is #96FDC2. Grayscale: #272727. Windows color (decimal): -9895363 or 3998313. OLE color: 3998313.
HSL color Cylindrical-coordinate representation of color #69023D: hue angle of 325.63º 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 #69023D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.59 |
| HSL | 325.63º | 0.96% | 0.21% | - |
| HSV(B) | 325.63º | 0.98% | 0.41% | - |
| XYZ | 6.69 | 3.38 | 4.72 | - |
| YUV | 39.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 61 | 0 | 0.98 | 0.42 | 0.59 | 325.63 | 0.96 | 0.21 |
| Hex | 69 | 2 | 3D | 0 | 62 | 2A | 3B | 146 | 60 | 15 |
| Octal | 151 | 2 | 75 | 0 | 142 | 52 | 73 | 506 | 140 | 25 |
| Binary | 1101001 | 10 | 111101 | 0 | 1100010 | 101010 | 111011 | 101000110 | 1100000 | 10101 |
Color Harmonies of #69023D
Complementary color
Monochromatic Colors of #69023D
Black with #69023D
Text Example
Text Example
White with #69023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69023D; }
p { color: rgb(105,2,61); }
H1.HeaderClassName
{
color: #69023D;
}
.AnyTagClassName
{
color: #69023D;
}
</style>
background-color css
<style>
a { background-color: #69023D; }
a { background-color: rgb(105,2,61); }
div.DivClassName
{
background-color: #69023D;
}
.BgClassName
{
background-color: #69023D;
}
</style>
border-color css
<style>
span { border-color: #69023D; }
span { border-color: rgb(105,2,61); }
td.TdClassName
{
border-color: #69023D;
}
.TagClassName
{
border-color: #69023D;
}
</style>