Shades of Purple #690383
Tints of Purple #690383
RGB
CMYK
RGB Variations
Color information
#690383 (or 0x690383) is known color: Purple. HEX triplet: 69, 03 and 83. RGB value is (105,3,131). Sum of RGB (Red+Green+Blue) = 105+3+131=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #690383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690383 is #96FC7C. Grayscale: #2F2F2F. Windows color (decimal): -9895037 or 8586089. OLE color: 8586089.
HSL color Cylindrical-coordinate representation of color #690383: hue angle of 287.81º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690383 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 3 | 131 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.49 |
| HSL | 287.81º | 0.96% | 0.26% | - |
| HSV(B) | 287.81º | 0.98% | 0.51% | - |
| XYZ | 9.95 | 4.71 | 21.86 | - |
| YUV | 48.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 131 | 0.20 | 0.98 | 0 | 0.49 | 287.81 | 0.96 | 0.26 |
| Hex | 69 | 3 | 83 | 14 | 62 | 0 | 31 | 120 | 60 | 1A |
| Octal | 151 | 3 | 203 | 24 | 142 | 0 | 61 | 440 | 140 | 32 |
| Binary | 1101001 | 11 | 10000011 | 10100 | 1100010 | 0 | 110001 | 100100000 | 1100000 | 11010 |
Color Harmonies of #690383
Complementary color
Monochromatic Colors of #690383
Black with #690383
Text Example
Text Example
White with #690383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690383; }
p { color: rgb(105,3,131); }
H1.HeaderClassName
{
color: #690383;
}
.AnyTagClassName
{
color: #690383;
}
</style>
background-color css
<style>
a { background-color: #690383; }
a { background-color: rgb(105,3,131); }
div.DivClassName
{
background-color: #690383;
}
.BgClassName
{
background-color: #690383;
}
</style>
border-color css
<style>
span { border-color: #690383; }
span { border-color: rgb(105,3,131); }
td.TdClassName
{
border-color: #690383;
}
.TagClassName
{
border-color: #690383;
}
</style>