Shades of Purple #69028B
Tints of Purple #69028B
RGB
CMYK
RGB Variations
Color information
#69028B (or 0x69028B) is known color: Purple. HEX triplet: 69, 02 and 8B. RGB value is (105,2,139). Sum of RGB (Red+Green+Blue) = 105+2+139=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #69028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69028B is #96FD74. Grayscale: #2F2F2F. Windows color (decimal): -9895285 or 9110121. OLE color: 9110121.
HSL color Cylindrical-coordinate representation of color #69028B: hue angle of 285.11º 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 #69028B is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 2 | 139 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.45 |
| HSL | 285.11º | 0.97% | 0.28% | - |
| HSV(B) | 285.11º | 0.99% | 0.55% | - |
| XYZ | 10.51 | 4.91 | 24.82 | - |
| YUV | 48.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 139 | 0.24 | 0.99 | 0 | 0.45 | 285.11 | 0.97 | 0.28 |
| Hex | 69 | 2 | 8B | 18 | 63 | 0 | 2D | 11D | 61 | 1C |
| Octal | 151 | 2 | 213 | 30 | 143 | 0 | 55 | 435 | 141 | 34 |
| Binary | 1101001 | 10 | 10001011 | 11000 | 1100011 | 0 | 101101 | 100011101 | 1100001 | 11100 |
Color Harmonies of #69028B
Complementary color
Monochromatic Colors of #69028B
Black with #69028B
Text Example
Text Example
White with #69028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69028B; }
p { color: rgb(105,2,139); }
H1.HeaderClassName
{
color: #69028B;
}
.AnyTagClassName
{
color: #69028B;
}
</style>
background-color css
<style>
a { background-color: #69028B; }
a { background-color: rgb(105,2,139); }
div.DivClassName
{
background-color: #69028B;
}
.BgClassName
{
background-color: #69028B;
}
</style>
border-color css
<style>
span { border-color: #69028B; }
span { border-color: rgb(105,2,139); }
td.TdClassName
{
border-color: #69028B;
}
.TagClassName
{
border-color: #69028B;
}
</style>