Shades of Purple #690565
Tints of Purple #690565
RGB
CMYK
RGB Variations
Color information
#690565 (or 0x690565) is known color: Purple. HEX triplet: 69, 05 and 65. RGB value is (105,5,101). Sum of RGB (Red+Green+Blue) = 105+5+101=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #690565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690565 is #96FA9A. Grayscale: #2D2D2D. Windows color (decimal): -9894555 or 6620521. OLE color: 6620521.
HSL color Cylindrical-coordinate representation of color #690565: hue angle of 302.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690565 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 101 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.59 |
| HSL | 302.4º | 0.91% | 0.22% | - |
| HSV(B) | 302.4º | 0.95% | 0.41% | - |
| XYZ | 8.23 | 4.05 | 12.66 | - |
| YUV | 45.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 101 | 0 | 0.95 | 0.04 | 0.59 | 302.4 | 0.91 | 0.22 |
| Hex | 69 | 5 | 65 | 0 | 5F | 4 | 3B | 12E | 5B | 16 |
| Octal | 151 | 5 | 145 | 0 | 137 | 4 | 73 | 456 | 133 | 26 |
| Binary | 1101001 | 101 | 1100101 | 0 | 1011111 | 100 | 111011 | 100101110 | 1011011 | 10110 |
Color Harmonies of #690565
Complementary color
Monochromatic Colors of #690565
Black with #690565
Text Example
Text Example
White with #690565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690565; }
p { color: rgb(105,5,101); }
H1.HeaderClassName
{
color: #690565;
}
.AnyTagClassName
{
color: #690565;
}
</style>
background-color css
<style>
a { background-color: #690565; }
a { background-color: rgb(105,5,101); }
div.DivClassName
{
background-color: #690565;
}
.BgClassName
{
background-color: #690565;
}
</style>
border-color css
<style>
span { border-color: #690565; }
span { border-color: rgb(105,5,101); }
td.TdClassName
{
border-color: #690565;
}
.TagClassName
{
border-color: #690565;
}
</style>