Shades of Purple #691482
Tints of Purple #691482
RGB
CMYK
RGB Variations
Color information
#691482 (or 0x691482) is known color: Purple. HEX triplet: 69, 14 and 82. RGB value is (105,20,130). Sum of RGB (Red+Green+Blue) = 105+20+130=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #691482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691482 is #96EB7D. Grayscale: #393939. Windows color (decimal): -9890686 or 8524905. OLE color: 8524905.
HSL color Cylindrical-coordinate representation of color #691482: hue angle of 286.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691482 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 20 | 130 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.49 |
| HSL | 286.36º | 0.73% | 0.29% | - |
| HSV(B) | 286.36º | 0.85% | 0.51% | - |
| XYZ | 10.11 | 5.12 | 21.57 | - |
| YUV | 57.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 130 | 0.19 | 0.85 | 0 | 0.49 | 286.36 | 0.73 | 0.29 |
| Hex | 69 | 14 | 82 | 13 | 55 | 0 | 31 | 11E | 49 | 1D |
| Octal | 151 | 24 | 202 | 23 | 125 | 0 | 61 | 436 | 111 | 35 |
| Binary | 1101001 | 10100 | 10000010 | 10011 | 1010101 | 0 | 110001 | 100011110 | 1001001 | 11101 |
Color Harmonies of #691482
Complementary color
Monochromatic Colors of #691482
Black with #691482
Text Example
Text Example
White with #691482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691482; }
p { color: rgb(105,20,130); }
H1.HeaderClassName
{
color: #691482;
}
.AnyTagClassName
{
color: #691482;
}
</style>
background-color css
<style>
a { background-color: #691482; }
a { background-color: rgb(105,20,130); }
div.DivClassName
{
background-color: #691482;
}
.BgClassName
{
background-color: #691482;
}
</style>
border-color css
<style>
span { border-color: #691482; }
span { border-color: rgb(105,20,130); }
td.TdClassName
{
border-color: #691482;
}
.TagClassName
{
border-color: #691482;
}
</style>