Shades of Purple #690184
Tints of Purple #690184
RGB
CMYK
RGB Variations
Color information
#690184 (or 0x690184) is known color: Purple. HEX triplet: 69, 01 and 84. RGB value is (105,1,132). Sum of RGB (Red+Green+Blue) = 105+1+132=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #690184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690184 is #96FE7B. Grayscale: #2E2E2E. Windows color (decimal): -9895548 or 8651113. OLE color: 8651113.
HSL color Cylindrical-coordinate representation of color #690184: hue angle of 287.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690184 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 1 | 132 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.48 |
| HSL | 287.63º | 0.98% | 0.26% | - |
| HSV(B) | 287.63º | 0.99% | 0.52% | - |
| XYZ | 10 | 4.69 | 22.21 | - |
| YUV | 47.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 132 | 0.20 | 0.99 | 0 | 0.48 | 287.63 | 0.98 | 0.26 |
| Hex | 69 | 1 | 84 | 14 | 63 | 0 | 30 | 120 | 62 | 1A |
| Octal | 151 | 1 | 204 | 24 | 143 | 0 | 60 | 440 | 142 | 32 |
| Binary | 1101001 | 1 | 10000100 | 10100 | 1100011 | 0 | 110000 | 100100000 | 1100010 | 11010 |
Color Harmonies of #690184
Complementary color
Monochromatic Colors of #690184
Black with #690184
Text Example
Text Example
White with #690184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690184; }
p { color: rgb(105,1,132); }
H1.HeaderClassName
{
color: #690184;
}
.AnyTagClassName
{
color: #690184;
}
</style>
background-color css
<style>
a { background-color: #690184; }
a { background-color: rgb(105,1,132); }
div.DivClassName
{
background-color: #690184;
}
.BgClassName
{
background-color: #690184;
}
</style>
border-color css
<style>
span { border-color: #690184; }
span { border-color: rgb(105,1,132); }
td.TdClassName
{
border-color: #690184;
}
.TagClassName
{
border-color: #690184;
}
</style>