Shades of Purple #690384
Tints of Purple #690384
RGB
CMYK
RGB Variations
Color information
#690384 (or 0x690384) is known color: Purple. HEX triplet: 69, 03 and 84. RGB value is (105,3,132). Sum of RGB (Red+Green+Blue) = 105+3+132=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #690384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690384 is #96FC7B. Grayscale: #2F2F2F. Windows color (decimal): -9895036 or 8651625. OLE color: 8651625.
HSL color Cylindrical-coordinate representation of color #690384: hue angle of 287.44º degrees, saturation: 0.96, 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 #690384 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 3 | 132 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.48 |
| HSL | 287.44º | 0.96% | 0.26% | - |
| HSV(B) | 287.44º | 0.98% | 0.52% | - |
| XYZ | 10.02 | 4.73 | 22.22 | - |
| YUV | 48.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 132 | 0.20 | 0.98 | 0 | 0.48 | 287.44 | 0.96 | 0.26 |
| Hex | 69 | 3 | 84 | 14 | 62 | 0 | 30 | 11F | 60 | 1A |
| Octal | 151 | 3 | 204 | 24 | 142 | 0 | 60 | 437 | 140 | 32 |
| Binary | 1101001 | 11 | 10000100 | 10100 | 1100010 | 0 | 110000 | 100011111 | 1100000 | 11010 |
Color Harmonies of #690384
Complementary color
Monochromatic Colors of #690384
Black with #690384
Text Example
Text Example
White with #690384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690384; }
p { color: rgb(105,3,132); }
H1.HeaderClassName
{
color: #690384;
}
.AnyTagClassName
{
color: #690384;
}
</style>
background-color css
<style>
a { background-color: #690384; }
a { background-color: rgb(105,3,132); }
div.DivClassName
{
background-color: #690384;
}
.BgClassName
{
background-color: #690384;
}
</style>
border-color css
<style>
span { border-color: #690384; }
span { border-color: rgb(105,3,132); }
td.TdClassName
{
border-color: #690384;
}
.TagClassName
{
border-color: #690384;
}
</style>