Shades of Purple #690285
Tints of Purple #690285
RGB
CMYK
RGB Variations
Color information
#690285 (or 0x690285) is known color: Purple. HEX triplet: 69, 02 and 85. RGB value is (105,2,133). Sum of RGB (Red+Green+Blue) = 105+2+133=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #690285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690285 is #96FD7A. Grayscale: #2F2F2F. Windows color (decimal): -9895291 or 8716905. OLE color: 8716905.
HSL color Cylindrical-coordinate representation of color #690285: hue angle of 287.18º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690285 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 2 | 133 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.48 |
| HSL | 287.18º | 0.97% | 0.26% | - |
| HSV(B) | 287.18º | 0.98% | 0.52% | - |
| XYZ | 10.08 | 4.74 | 22.57 | - |
| YUV | 47.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 133 | 0.21 | 0.98 | 0 | 0.48 | 287.18 | 0.97 | 0.26 |
| Hex | 69 | 2 | 85 | 15 | 62 | 0 | 30 | 11F | 61 | 1A |
| Octal | 151 | 2 | 205 | 25 | 142 | 0 | 60 | 437 | 141 | 32 |
| Binary | 1101001 | 10 | 10000101 | 10101 | 1100010 | 0 | 110000 | 100011111 | 1100001 | 11010 |
Color Harmonies of #690285
Complementary color
Monochromatic Colors of #690285
Black with #690285
Text Example
Text Example
White with #690285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690285; }
p { color: rgb(105,2,133); }
H1.HeaderClassName
{
color: #690285;
}
.AnyTagClassName
{
color: #690285;
}
</style>
background-color css
<style>
a { background-color: #690285; }
a { background-color: rgb(105,2,133); }
div.DivClassName
{
background-color: #690285;
}
.BgClassName
{
background-color: #690285;
}
</style>
border-color css
<style>
span { border-color: #690285; }
span { border-color: rgb(105,2,133); }
td.TdClassName
{
border-color: #690285;
}
.TagClassName
{
border-color: #690285;
}
</style>