Shades of Purple #69028D
Tints of Purple #69028D
RGB
CMYK
RGB Variations
Color information
#69028D (or 0x69028D) is known color: Purple. HEX triplet: 69, 02 and 8D. RGB value is (105,2,141). Sum of RGB (Red+Green+Blue) = 105+2+141=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #69028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69028D is #96FD72. Grayscale: #303030. Windows color (decimal): -9895283 or 9241193. OLE color: 9241193.
HSL color Cylindrical-coordinate representation of color #69028D: hue angle of 284.46º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69028D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 2 | 141 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.45 |
| HSL | 284.46º | 0.97% | 0.28% | - |
| HSV(B) | 284.46º | 0.99% | 0.55% | - |
| XYZ | 10.66 | 4.97 | 25.6 | - |
| YUV | 48.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 141 | 0.26 | 0.99 | 0 | 0.45 | 284.46 | 0.97 | 0.28 |
| Hex | 69 | 2 | 8D | 1A | 63 | 0 | 2D | 11C | 61 | 1C |
| Octal | 151 | 2 | 215 | 32 | 143 | 0 | 55 | 434 | 141 | 34 |
| Binary | 1101001 | 10 | 10001101 | 11010 | 1100011 | 0 | 101101 | 100011100 | 1100001 | 11100 |
Color Harmonies of #69028D
Complementary color
Monochromatic Colors of #69028D
Black with #69028D
Text Example
Text Example
White with #69028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69028D; }
p { color: rgb(105,2,141); }
H1.HeaderClassName
{
color: #69028D;
}
.AnyTagClassName
{
color: #69028D;
}
</style>
background-color css
<style>
a { background-color: #69028D; }
a { background-color: rgb(105,2,141); }
div.DivClassName
{
background-color: #69028D;
}
.BgClassName
{
background-color: #69028D;
}
</style>
border-color css
<style>
span { border-color: #69028D; }
span { border-color: rgb(105,2,141); }
td.TdClassName
{
border-color: #69028D;
}
.TagClassName
{
border-color: #69028D;
}
</style>