Shades of Purple #690267
Tints of Purple #690267
RGB
CMYK
RGB Variations
Color information
#690267 (or 0x690267) is known color: Purple. HEX triplet: 69, 02 and 67. RGB value is (105,2,103). Sum of RGB (Red+Green+Blue) = 105+2+103=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690267 is #96FD98. Grayscale: #2C2C2C. Windows color (decimal): -9895321 or 6750825. OLE color: 6750825.
HSL color Cylindrical-coordinate representation of color #690267: hue angle of 301.17º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690267 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 103 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.59 |
| HSL | 301.17º | 0.96% | 0.21% | - |
| HSV(B) | 301.17º | 0.98% | 0.41% | - |
| XYZ | 8.3 | 4.03 | 13.17 | - |
| YUV | 44.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 103 | 0 | 0.98 | 0.02 | 0.59 | 301.17 | 0.96 | 0.21 |
| Hex | 69 | 2 | 67 | 0 | 62 | 2 | 3B | 12D | 60 | 15 |
| Octal | 151 | 2 | 147 | 0 | 142 | 2 | 73 | 455 | 140 | 25 |
| Binary | 1101001 | 10 | 1100111 | 0 | 1100010 | 10 | 111011 | 100101101 | 1100000 | 10101 |
Color Harmonies of #690267
Complementary color
Monochromatic Colors of #690267
Black with #690267
Text Example
Text Example
White with #690267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690267; }
p { color: rgb(105,2,103); }
H1.HeaderClassName
{
color: #690267;
}
.AnyTagClassName
{
color: #690267;
}
</style>
background-color css
<style>
a { background-color: #690267; }
a { background-color: rgb(105,2,103); }
div.DivClassName
{
background-color: #690267;
}
.BgClassName
{
background-color: #690267;
}
</style>
border-color css
<style>
span { border-color: #690267; }
span { border-color: rgb(105,2,103); }
td.TdClassName
{
border-color: #690267;
}
.TagClassName
{
border-color: #690267;
}
</style>