Shades of Purple #69047B
Tints of Purple #69047B
RGB
CMYK
RGB Variations
Color information
#69047B (or 0x69047B) is known color: Purple. HEX triplet: 69, 04 and 7B. RGB value is (105,4,123). Sum of RGB (Red+Green+Blue) = 105+4+123=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #69047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69047B is #96FB84. Grayscale: #2F2F2F. Windows color (decimal): -9894789 or 8062057. OLE color: 8062057.
HSL color Cylindrical-coordinate representation of color #69047B: hue angle of 290.92º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69047B is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 4 | 123 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.52 |
| HSL | 290.92º | 0.94% | 0.25% | - |
| HSV(B) | 290.92º | 0.97% | 0.48% | - |
| XYZ | 9.44 | 4.52 | 19.11 | - |
| YUV | 47.77 | 170.46 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 123 | 0.15 | 0.97 | 0 | 0.52 | 290.92 | 0.94 | 0.25 |
| Hex | 69 | 4 | 7B | F | 61 | 0 | 34 | 123 | 5E | 19 |
| Octal | 151 | 4 | 173 | 17 | 141 | 0 | 64 | 443 | 136 | 31 |
| Binary | 1101001 | 100 | 1111011 | 1111 | 1100001 | 0 | 110100 | 100100011 | 1011110 | 11001 |
Color Harmonies of #69047B
Complementary color
Monochromatic Colors of #69047B
Black with #69047B
Text Example
Text Example
White with #69047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69047B; }
p { color: rgb(105,4,123); }
H1.HeaderClassName
{
color: #69047B;
}
.AnyTagClassName
{
color: #69047B;
}
</style>
background-color css
<style>
a { background-color: #69047B; }
a { background-color: rgb(105,4,123); }
div.DivClassName
{
background-color: #69047B;
}
.BgClassName
{
background-color: #69047B;
}
</style>
border-color css
<style>
span { border-color: #69047B; }
span { border-color: rgb(105,4,123); }
td.TdClassName
{
border-color: #69047B;
}
.TagClassName
{
border-color: #69047B;
}
</style>