Shades of Purple #860275
Tints of Purple #860275
RGB
CMYK
RGB Variations
Color information
#860275 (or 0x860275) is known color: Purple. HEX triplet: 86, 02 and 75. RGB value is (134,2,117). Sum of RGB (Red+Green+Blue) = 134+2+117=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #860275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860275 is #79FD8A. Grayscale: #363636. Windows color (decimal): -7994763 or 7668358. OLE color: 7668358.
HSL color Cylindrical-coordinate representation of color #860275: hue angle of 307.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860275 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.47 |
| HSL | 307.73º | 0.97% | 0.27% | - |
| HSV(B) | 307.73º | 0.99% | 0.53% | - |
| XYZ | 13.06 | 6.4 | 17.38 | - |
| YUV | 54.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 117 | 0 | 0.99 | 0.13 | 0.47 | 307.73 | 0.97 | 0.27 |
| Hex | 86 | 2 | 75 | 0 | 63 | D | 2F | 134 | 61 | 1B |
| Octal | 206 | 2 | 165 | 0 | 143 | 15 | 57 | 464 | 141 | 33 |
| Binary | 10000110 | 10 | 1110101 | 0 | 1100011 | 1101 | 101111 | 100110100 | 1100001 | 11011 |
Color Harmonies of #860275
Complementary color
Monochromatic Colors of #860275
Black with #860275
Text Example
Text Example
White with #860275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860275; }
p { color: rgb(134,2,117); }
H1.HeaderClassName
{
color: #860275;
}
.AnyTagClassName
{
color: #860275;
}
</style>
background-color css
<style>
a { background-color: #860275; }
a { background-color: rgb(134,2,117); }
div.DivClassName
{
background-color: #860275;
}
.BgClassName
{
background-color: #860275;
}
</style>
border-color css
<style>
span { border-color: #860275; }
span { border-color: rgb(134,2,117); }
td.TdClassName
{
border-color: #860275;
}
.TagClassName
{
border-color: #860275;
}
</style>