Shades of Purple #69068B
Tints of Purple #69068B
RGB
CMYK
RGB Variations
Color information
#69068B (or 0x69068B) is known color: Purple. HEX triplet: 69, 06 and 8B. RGB value is (105,6,139). Sum of RGB (Red+Green+Blue) = 105+6+139=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #69068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69068B is #96F974. Grayscale: #323232. Windows color (decimal): -9894261 or 9111145. OLE color: 9111145.
HSL color Cylindrical-coordinate representation of color #69068B: hue angle of 284.66º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69068B is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 6 | 139 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.45 |
| HSL | 284.66º | 0.92% | 0.28% | - |
| HSV(B) | 284.66º | 0.96% | 0.55% | - |
| XYZ | 10.55 | 5 | 24.83 | - |
| YUV | 50.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 139 | 0.24 | 0.96 | 0 | 0.45 | 284.66 | 0.92 | 0.28 |
| Hex | 69 | 6 | 8B | 18 | 60 | 0 | 2D | 11D | 5C | 1C |
| Octal | 151 | 6 | 213 | 30 | 140 | 0 | 55 | 435 | 134 | 34 |
| Binary | 1101001 | 110 | 10001011 | 11000 | 1100000 | 0 | 101101 | 100011101 | 1011100 | 11100 |
Color Harmonies of #69068B
Complementary color
Monochromatic Colors of #69068B
Black with #69068B
Text Example
Text Example
White with #69068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69068B; }
p { color: rgb(105,6,139); }
H1.HeaderClassName
{
color: #69068B;
}
.AnyTagClassName
{
color: #69068B;
}
</style>
background-color css
<style>
a { background-color: #69068B; }
a { background-color: rgb(105,6,139); }
div.DivClassName
{
background-color: #69068B;
}
.BgClassName
{
background-color: #69068B;
}
</style>
border-color css
<style>
span { border-color: #69068B; }
span { border-color: rgb(105,6,139); }
td.TdClassName
{
border-color: #69068B;
}
.TagClassName
{
border-color: #69068B;
}
</style>