Shades of Purple #69047F
Tints of Purple #69047F
RGB
CMYK
RGB Variations
Color information
#69047F (or 0x69047F) is known color: Purple. HEX triplet: 69, 04 and 7F. RGB value is (105,4,127). Sum of RGB (Red+Green+Blue) = 105+4+127=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #69047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69047F is #96FB80. Grayscale: #2F2F2F. Windows color (decimal): -9894785 or 8324201. OLE color: 8324201.
HSL color Cylindrical-coordinate representation of color #69047F: hue angle of 289.27º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69047F is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 4 | 127 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.50 |
| HSL | 289.27º | 0.94% | 0.26% | - |
| HSV(B) | 289.27º | 0.97% | 0.5% | - |
| XYZ | 9.7 | 4.62 | 20.46 | - |
| YUV | 48.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 127 | 0.17 | 0.97 | 0 | 0.50 | 289.27 | 0.94 | 0.26 |
| Hex | 69 | 4 | 7F | 11 | 61 | 0 | 32 | 121 | 5E | 1A |
| Octal | 151 | 4 | 177 | 21 | 141 | 0 | 62 | 441 | 136 | 32 |
| Binary | 1101001 | 100 | 1111111 | 10001 | 1100001 | 0 | 110010 | 100100001 | 1011110 | 11010 |
Color Harmonies of #69047F
Complementary color
Monochromatic Colors of #69047F
Black with #69047F
Text Example
Text Example
White with #69047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69047F; }
p { color: rgb(105,4,127); }
H1.HeaderClassName
{
color: #69047F;
}
.AnyTagClassName
{
color: #69047F;
}
</style>
background-color css
<style>
a { background-color: #69047F; }
a { background-color: rgb(105,4,127); }
div.DivClassName
{
background-color: #69047F;
}
.BgClassName
{
background-color: #69047F;
}
</style>
border-color css
<style>
span { border-color: #69047F; }
span { border-color: rgb(105,4,127); }
td.TdClassName
{
border-color: #69047F;
}
.TagClassName
{
border-color: #69047F;
}
</style>