Shades of Purple #69017B
Tints of Purple #69017B
RGB
CMYK
RGB Variations
Color information
#69017B (or 0x69017B) is known color: Purple. HEX triplet: 69, 01 and 7B. RGB value is (105,1,123). Sum of RGB (Red+Green+Blue) = 105+1+123=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #69017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69017B is #96FE84. Grayscale: #2D2D2D. Windows color (decimal): -9895557 or 8061289. OLE color: 8061289.
HSL color Cylindrical-coordinate representation of color #69017B: hue angle of 291.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69017B is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 1 | 123 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.52 |
| HSL | 291.15º | 0.98% | 0.24% | - |
| HSV(B) | 291.15º | 0.99% | 0.48% | - |
| XYZ | 9.41 | 4.46 | 19.1 | - |
| YUV | 46 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 123 | 0.15 | 0.99 | 0 | 0.52 | 291.15 | 0.98 | 0.24 |
| Hex | 69 | 1 | 7B | F | 63 | 0 | 34 | 123 | 62 | 18 |
| Octal | 151 | 1 | 173 | 17 | 143 | 0 | 64 | 443 | 142 | 30 |
| Binary | 1101001 | 1 | 1111011 | 1111 | 1100011 | 0 | 110100 | 100100011 | 1100010 | 11000 |
Color Harmonies of #69017B
Complementary color
Monochromatic Colors of #69017B
Black with #69017B
Text Example
Text Example
White with #69017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69017B; }
p { color: rgb(105,1,123); }
H1.HeaderClassName
{
color: #69017B;
}
.AnyTagClassName
{
color: #69017B;
}
</style>
background-color css
<style>
a { background-color: #69017B; }
a { background-color: rgb(105,1,123); }
div.DivClassName
{
background-color: #69017B;
}
.BgClassName
{
background-color: #69017B;
}
</style>
border-color css
<style>
span { border-color: #69017B; }
span { border-color: rgb(105,1,123); }
td.TdClassName
{
border-color: #69017B;
}
.TagClassName
{
border-color: #69017B;
}
</style>